I'm trying to load variable values into my flash movie by sending the name=value pairs directly to the movie as follows:
<param NAME="movie" VALUE="./flash/worldview2.swf?asiaSessions=23&asiaEvents=25">
I've tried to load the variable into a text field by using: Set Variable "myValue" = asiaSessions But the value is not being retrieved. Does anyone know why?
<param NAME="movie" VALUE="./flash/worldview2.swf?asiaSessions=23&asiaEvents=25">
I've tried to load the variable into a text field by using: Set Variable "myValue" = asiaSessions But the value is not being retrieved. Does anyone know why?