PDA

View Full Version : FMX: Passing Variables



Big_Al
February 21st, 2003, 08:52 PM
Does anyone know of a good way to pass variables between flash movies on different html pages? Should I use a flash cookie? pass the variables in the URL of the html file and then try to get them back out on the next page? Something else?

CyanBlue
February 21st, 2003, 11:18 PM
Howdy...

You can use the JavaScript to communicate with the Flash movie...
Check this link (http://www.macromedia.com/support/flash/ts/documents/java_script_comm.htm) out... This might be helpful...

Big_Al
February 21st, 2003, 11:32 PM
Ah yes the SendVariable method. That much I know, however I have not found an adequate tutorial on adding the variables to the URL. The ones I found allowed only two variables to be passed. Has anyone seen any that demonstrate how to send more than two?

lrhb
December 19th, 2003, 08:58 PM
An old topic, but I've found that the SharedObject() method works wonders for passing data from one movie to another on different HTML pages!

lrhb :hat: