<div dir="ltr">Hi,<br><br>I have a case where I am generating SWFs that contain static text (using a separate tool), and now I would like to extract the text from these SWF files. This is just for indexing/searching purposes, so I don&#39;t care about formatting etc, I just want a way to dump out all the static text from a SWF as plain text. However, when I use swfmill&#39;s swf2xml, it doesn&#39;t actually give me the text, but a bunh of &lt;DefineText&gt;...&lt;TextRecord&gt;...&lt;glyphs&gt;...&lt;TextEntry glyph=1&quot; advance=&quot;21&quot;&gt;...etc.<br>
<br>Is there any easy way I can actually extract this text? I know it is theoretically possible, I own a copy of Burak&#39;s Actionscript Viewer, and it has a function to extract all text data and dumps it to a TXT file. Basically I&#39;m looking for an automated way to do this on my server (so it needs to be some crossplatform &amp; commandline tool).<br>
<br>Thanks!<br>-David R<br><br>PS: Swfmill is great, it&#39;s very core part of our application, making it easier for us to manipulate SWF files without having to learn a complex binary format<br></div>