Log in

View Full Version : getting data from the embed and placing it in the swf



lankinator
05-05-2007, 07:52 PM
in php you can simply place <?=$test?> in the page and it displays whatever you put that to equal to in the url... how do you go about doing that in flash?

nwalton
05-07-2007, 04:08 PM
The Adobe technote on the Flashvars parameter explains things pretty well:

http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_16417

I think this is what you're looking for-- a way to pass a variable from the web page into a flash Movie-- post a reply if that's not it or if you have any other questions.