I have a button that I want to have load a movie when pressed. It works, howerver, the movie loads in a separate window instead of the the main timeline where I would like it to. How can I correct this?
You replied to my other thread about preloading an external file.
I still havent gotten it to work yet. I think my problem with it logically is that the loadMovie command comes after the if - then condition. How can I get the preloader to calculate bytesLoaded from a movie that hasnt loaded onto the timeline yet?
Schematically, this is how my path looks like:
_root.
_movieclip
_placeholderMC
_external movie .swf
I have a movieclip on the main timeline that contains a placeholder into which the external .swf movie loads.