Hi, can someone offer help on my problem?
I want to load an external .swf into my main movie.
The external .swf is dynamically created, so when I open up the .fla file, it’s blank. I had used actionscript to populate everything on to the stage. When I export as a .swf file, it goes according to plan.
However, when I use the loadMovie method to place it onto a placeholder mc, it renders blank upon previewing.
Am I missing something?
I performed a test by placing a simple rectangle shape on the .swf file, and only the rectangle appeared. So that leads to me think that I’m missing something to trigger the dynamic actionscript…or maybe it’s something I’m not doing.
Regarding the dynamic actionscript code - it’s basically code that I wrote to create an array, and uses it’s content to build a menu dynamically.
This is the first time I loaded a .swf that was all dynamically coded, and I’m not sure why it doesn’t load properly.
Any help would be appreciated. Thanks in advance.