PDA

View Full Version : one swf for all.


fcwesty
04-11-2008, 03:13 PM
Hi, could any body help me with my little problem? What i have is 5 swf files on my desktop, what i want to do is create a stand alone application that will run with flash player. so if you like I have a main movie with 5 buttons on there, that when button 1 is clicked it automatically loads movie 1.

Thanks

ste:confused:

atomic
04-11-2008, 03:18 PM
http://www.kirupa.com/developer/mx/loading.htm

http://www.kirupa.com/developer/mx/preloader_transition.htm

http://www.kirupa.com/developer/mx2004/transitions.htm

fcwesty
04-11-2008, 08:27 PM
Hi everyone, my problem is prob very simple but just cant get my head round it. what i want to do is have a stand alone application that does not go on the internet just plays via flash player, i have 5 buttons and 5 swf's what i want to do is using one swf when a user clicks on button 1 it opens swf1. and so on.

Cheers ste..

xxneon
04-11-2008, 08:32 PM
well you could make a fla that is your master fla.. put your buttons on that fla .. and then when you publish it .. publish it to a projector.. and then stick the executable file and the 5 swfs in the same directory..

and the only thing left is making your buttons load in the swfs into levels or movieclip containers..

for example..
on(release){
loadMovieNum("swf1.swf",1);
}

atomic
04-11-2008, 09:09 PM
Double posts...

http://www.actionscript.org/forums/showthread.php3?t=167125