Greg's Blog

helping me remember what I figure out

Flashvars

| Comments

A while back posted some info on creating Dynamic gateway connection, by way of passing in a connection string to the Flash movie. This was achieved by way of passing in flashvars to the movie. [code] #variables.gatewayUrl#” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”760” height=”420” name=”someName” swliveconnect=”true”/> [/code] I dug a little further recently as I had to pass in more than one argument and it turns out that it’s behaviour in that respect is very much like a URL query string. So to pass in multiple value pairs into your flash movie simply do this: [code]

« BlueDragon error logs Is that argument defined »