Hello all,
I just made a flash site with buttons on top and I put a empty movie clip called “container” in the middlle of the site. All animation and buttons will animate and appear and “flash” around until frame 90. The site ends at frame 100. I then included the following code in frame 100:
[color=royalblue]_root.currMovie = “PEhome”;
container.loadMovie(_root.currMovie + “.swf” );
stop();[/color]
How come it won’t load the external .swf into the container?
Can anyone tell me what am I not doing right and what should be done to fix this problem. Thank you very much.
Ryan