-
PHP val to flash
Is it possible to send a php variable to a flash mc, without it being directly called from flash? For example, without the
"loadVariables("find_img.php", _root.details.change.fi, "POST");"
therefore the php file sending the val to any particular flash file....
can it be done?
Cheers
-
you can define variables when the page is loaded by putting them in a query string after the swf file like
<PARAM NAME=movie VALUE="angelnine.swf?variable1=varvalue&variable2= varvalue">
Does that help?
-
Cheers
Nah its gotta go straight to a mc inside flash
Thanx for the reply tho