Consider I have an swf file embedded in html which is loaded from a server. I need to load a JAR file, which embeds an animation and such, from the swf, and show the animations to the user, may be in a popup browser window.
While I was looking for answers I saw that to use 'exec' or 'fsCommand' the app needs to be run in Flash Projector. Is there an easy and straight forward way to accomplish this? Or am I missing something about the fscommand or exec functions? I am relatively new to AS3 and Flex.
I'm using Flex 4.5 and Flash Builder 4.5.
ExternalInterface. – walkietokyo Jan 3 at 12:35