Question
load movie
I have a two movies 1.swf and 2.swf
I can load movie 2.swf from 1.swf
on (press) {
_root.loadMovie("2.swf", this);
}
but I want to goto the frame with lable "this" how to do that
need help..
I can load movie 2.swf from 1.swf
on (press) {
_root.loadMovie("2.swf", this);
}
but I want to goto the frame with lable "this" how to do that
need help..