Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Loading and using variables that are passed directly to a flash movie

Status
Not open for further replies.

tblackwe

Programmer
Jan 3, 2001
1
US
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=&quot;movie&quot; VALUE=&quot;./flash/worldview2.swf?asiaSessions=23&amp;asiaEvents=25&quot;>

I've tried to load the variable into a text field by using: Set Variable &quot;myValue&quot; = asiaSessions But the value is not being retrieved. Does anyone know why?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top