hello all…
I’m having a problem with the [FONT=Verdana][SIZE=4][COLOR=#003366]Transitions [/COLOR][/SIZE][/FONT][FONT=Verdana][SIZE=4][COLOR=#003366]Between External SWFs tutorial. [SIZE=2]
I am making a site that has a container on the main timeline and some buttons. When you click a button they will load an external swf into it. So far so good, I have it all working.
The swf is loaded and starts to play. This swf contains four button that when clicked will load the transmissions between the external swfs in another container. This is where i get lost.
I know i’m supposed to change the path to the movieClip but dont know where. And how many places.
The code is:
[/SIZE][/COLOR][/SIZE][/FONT]
on (release)
{ if (_root.currMovie == undefined) {
_root.currMovie = “main”;
container.loadMovie(“main.swf”);
} else if (_root.currMovie != “main”) {
if (container._currentframe >= container.midframe) { _root.currMovie = “main”; container.play();
}
}
}
Do I change it only here to each button.
I got the swfs placed in _root/amine.
I can get it to work but without the swf-outtro… only the intro works.
This is my first post, hope it readable :S and sorry for the bad format
In advance thanks for the help and replies.
Chrram
[FONT=Verdana][SIZE=4][COLOR=#003366][SIZE=2]
[/SIZE][/COLOR][/SIZE][/FONT]