boomer
10-23-2003, 12:24 AM
Okay here it is in detail
Main.swf with 3 scenes
-loader, scene 2
-intro, scene 3
-main, scene 1
(main) has 5 buttons
-home
-about
-media
-awards
-contact
(When you click each button above, the info loads into a panel that is always open on the main )
(media) has 6 buttons
I would like to get each button on mdeia to load external .swf
What I tried without sucess was....
-created empty movieclip symbol on main with instance name
-wrote script for button as follows
on(release){
_root.mtClip.loadMovie("mymovie.swf");
}
when I test movie nothing happens.....
Can anyone tell me what I am doing wrong?
Main.swf with 3 scenes
-loader, scene 2
-intro, scene 3
-main, scene 1
(main) has 5 buttons
-home
-about
-media
-awards
-contact
(When you click each button above, the info loads into a panel that is always open on the main )
(media) has 6 buttons
I would like to get each button on mdeia to load external .swf
What I tried without sucess was....
-created empty movieclip symbol on main with instance name
-wrote script for button as follows
on(release){
_root.mtClip.loadMovie("mymovie.swf");
}
when I test movie nothing happens.....
Can anyone tell me what I am doing wrong?