Question
Targeting a loaded movie clip
Here's my problem, I have navigation buttons on the root
timeline that load different swf's into a target movieclip.
Example:
loadMovie("Videos2.swf", Target_mc);
Is there a way I can tell the the loaded movie Videos2.swf to go to a certain frame and play from the root timeline?
I can adjust all the parameters of Target_mc, _x, _y and _alpha but Target_mc.gotoAndPlay(50) doesn't work, neither does Target_mc.play(). Any help would be greatly appreciated.
Thanks in advance
Example:
loadMovie("Videos2.swf", Target_mc);
Is there a way I can tell the the loaded movie Videos2.swf to go to a certain frame and play from the root timeline?
I can adjust all the parameters of Target_mc, _x, _y and _alpha but Target_mc.gotoAndPlay(50) doesn't work, neither does Target_mc.play(). Any help would be greatly appreciated.
Thanks in advance