Hy All!
I’ve got the folowing code in a keyframe somewhere in the timeline.
loadMovie ("movie.swf",_root.container);
It workes fine. It loads a specific movie into a container movieclip used to position the loaded external MC.
I need your help to create the code for something like this.
While movie.swf is loading gotoAndPlay some animation. If movie.swf is all loaded show it and stop the animation.
Another question, since i’m on it:
Instead of
clip._currentframe==1
I’d like to indicate the position in a timeline by using a lable. How should the code go?
Thanks and a great new Year to All.
Marc05