Question : Flash 8, get/send arguments between SWF using LoadMovieNum

Dear Sir, I'm using Flash 8 and I would like to know: how to get/send arguments between SWF file if you are using the function LoadMovieNum? I would be very greatfull if you would show it by example
Thanx

Answer : Flash 8, get/send arguments between SWF using LoadMovieNum

Flash automatically send existing variables to the new movie created by LoadMovieNum
Example:

var1 = "abc"
var2 = "123"
loadMovieNum("somemovie.swf",2)

this will load the new movie and will send the two variables you set before:

"somemovie.swf?var1=abc&var2=123"

Cheers

Vic
Random Solutions  
 
programming4us programming4us