ards24
10-22-2006, 07:17 AM
I'm sure there is a simple answer, but every example of the 'loadMovie' function neglects to include an example utlising the optional [method] or [variables] field.
Problem: i am loading an external swf using
loadMovie(swfPath, targetMovie)
this is fine, but i would like to set a variable in that movie, so that when it loads, it will be able to use that variable. An example might be to type a word in a text box, which is in the parent movie, and then to pass that word to the child movie when it loads.
What options do i have?
can i use url variables?
should i use something other than loadMovie?
thanks
Problem: i am loading an external swf using
loadMovie(swfPath, targetMovie)
this is fine, but i would like to set a variable in that movie, so that when it loads, it will be able to use that variable. An example might be to type a word in a text box, which is in the parent movie, and then to pass that word to the child movie when it loads.
What options do i have?
can i use url variables?
should i use something other than loadMovie?
thanks