hi, i know this may seem pretty dim but i'm having a bit of trouble with a file... i wanted to load an swf within main_mc. then within that swf go to certain frame withing a movie object... hard to explain but here's my rought code that i don't know how to correct!
on(release) {
_root.main_mc.loadMovie ("publications.swf")
gotoAndStop("release",5);
}
this loads the publications.swf fine but it doesn't goto frame 5 of the movie release.
any help appreciated.
many thanks,
Montyj
on(release) {
_root.main_mc.loadMovie ("publications.swf")
gotoAndStop("release",5);
}
this loads the publications.swf fine but it doesn't goto frame 5 of the movie release.
any help appreciated.
many thanks,
Montyj