View Single Post
Old 08-31-2009, 07:53 AM  
quantum-x
Confirmed User
 
quantum-x's Avatar
 
Join Date: Feb 2002
Location: ICQ: 251425 Fr/Au/Ca
Posts: 6,863
You can communicate between flash/AS and PHP in a few ways.

The most simple is to just pass the variable as a flashvar.
IE, in your embed src.... foo.swf?varname=<?=$value?>
Obviously depending on your embed method (swfobject etc) the implementation will change.

Failing that, you can use AS to do a datapost to a URL, and receive back information.

I'm assuming the first will be what you're looking for.
quantum-x is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote