i wanna attach a movie from within a movieclip to the stage but i dont know how.
Printable View
i wanna attach a movie from within a movieclip to the stage but i dont know how.
_root. is the stage name.
Use the attachMovie method.
thanks man it works!
_level0 will also work, just so you know :) (because one day you could end up using _level1, 2, 3, etc)
~MD