I have for weeks been trying to access/read objects from external SWF files without any success.
I load SWF file into my Flex application, but how do I go further to access all objects of that MovieClip?
Is there any way to parse all objects of loaded MovieClip(SWF) in order to read the text?

I basically want to search SWF files as if it was PDF files. FlashPaper2 has this function and its only 1 SWF files so some how it must be possible. I just have no idea where to look or where to start.

I can get the text out of SWF using swfstring or swfdump - but that is almost useless as it cant be used to mark words with "live" search...

SWF example
http://dev.rb.no/pdf2swf.swf

Thank you