Question
"A.swf" on level 0 to a "B.swf" on level 1 with an "gotoAndStop(5)????
Has enybody an idea, how i can refer from a flash "A.swf" on level 0 to a "B.swf" on level 1 with an "gotoAndStop(5). I tried it with:
loadMovieNum("B.swf", 9), gotoAndStop(5);
and other variations. It didn´t work anytime. Has anybody an idea how it can work?