earph
August 21st, 2003, 03:44 PM
The buttons my _root aren't talking to my external loaded movies. Something is wrong and here is what I'm using:
//CODE ON BUTTON
//----------------------------------------------
_root.loadBox.theMoviePath.play("start");
//CODE ON FIRST FRAME OF LOADED MOVIE
//----------------------------------------------
_parent.theMoviePath = this;
This code works fine when I use it for "attachedMovies" from my library, but for some reason it doesn't work for movies loaded into a blankMC.
Any suggestions?
Thanks ahead of time!
//CODE ON BUTTON
//----------------------------------------------
_root.loadBox.theMoviePath.play("start");
//CODE ON FIRST FRAME OF LOADED MOVIE
//----------------------------------------------
_parent.theMoviePath = this;
This code works fine when I use it for "attachedMovies" from my library, but for some reason it doesn't work for movies loaded into a blankMC.
Any suggestions?
Thanks ahead of time!