Hi Stefan I was working on the exact same problem. Here's the thread. http://www.mail-archive.com/[email protected]/msg03775.html
I got around it by loading the output of swf2pdf with swfloader into another flash. Then I used externalinterface in that flash to control the inner loaded swf. Onur On Wed, Jul 15, 2009 at 2:31 AM, Stefan Krulj <[email protected]> wrote: > Hi everybody, > > I'm new to swftools so sorry about such a basic question, but I didn't > find any solution on the Internet. > I wonder why every ActionScript example is using Flash version 6 or 5. > I currently try "porting" the basic tutorial script > (http://www.swftools.org/swfc/swfc.4.html) to version 8. It seems that > after changing version to 8, the script won't run at all. > > I need this because I need to use the interface between Flash and > JavaScript: the "ExternalInterface"-object. As mentioned on Adobe's > website this object needs Flash 8+. I also tried just using it, but it > seems not to work - is it just me or do i really need to change the > version to 8? > > Thanks in advance, > powertomato > > >
