ice78991
Programmer
- Nov 20, 2006
- 216
I need to pass a parameter to a movie clip that I am loading.
I think my options are probably
this.loadMovie("myMovie.swf?myVar=22")
or in onLoadInit setting the variable directly there
_mc.myVar = 22;
Which method is best ?
I think my options are probably
this.loadMovie("myMovie.swf?myVar=22")
or in onLoadInit setting the variable directly there
_mc.myVar = 22;
Which method is best ?