losse
06-21-2007, 01:26 AM
Hi there
I have a .loadmovie function on an swf. Let's call it main.swf.
On main.swf there is a "loader movie clip" called "contents" that loads other swf's. I'm just wondering if it's possible to modify the code below to load the new movie on a specific frame... Say frame 5?
on (release) {
contents.loadMovie("new.swf");
}
Thanks
I have a .loadmovie function on an swf. Let's call it main.swf.
On main.swf there is a "loader movie clip" called "contents" that loads other swf's. I'm just wondering if it's possible to modify the code below to load the new movie on a specific frame... Say frame 5?
on (release) {
contents.loadMovie("new.swf");
}
Thanks