Ok, so I have this .fla and there is a set of buttons. When each button is pressed, it loads an external .swf into a clip in the middle of the stage. The container clips are created dynamically as buttons are pressed. They all work fine… EXCEPT for one problem. I want one to load when the page first loads, but it’s not working.
On the first one, as soon as I use the loadMovie command to the container for it, it refuses to perform any .onEnterFrame functions?! I’m not quite sure why. I’ve tried setting an interval delay thinking maybe the loading was being screwy. It loads fine, but once it’s loaded it refuses to do anything else!
Anyone have any thoughts?