loadmovienum example with variables
this is for AS 2
I have an existing loadmovienum() call that I need to modify to pass variables to the called .swf
Can't seem to find an example for both the call and then reading/accessing the variables passed
I have the sytax, loadMovieNum(url:String, level:Number [, variables:String])
but can't find a practical example of what exactly is 'variables:String' and then how to read those variables.
the existing call is like this, loadmovienum("some.swf, 5) so its loading movie 5 which I don't want to change,
just add 2 variables
Then in the startup in some.swf I need to access the passed variables for use throughout program,
move them to some local variable in some.swf?
If somebody has a link to an example or more comprehensive documentation please post
<moved by mod from actionscript 3 forum - kglad>