Question: I need to load a swf file from inside my flash.
Now, normally I would use loadClip, but I need to pass a parameter (filename) to this swf.
How can I pass a parameter there?
Question: I need to load a swf file from inside my flash. Now, normally
Share
It’s not the best solution but have you tried loading the swf file with an absolute path?
You can also establish a communication between both swf based on events as described in this SO question.