;

PDA

Click to See Complete Forum and Search --> : PHP val to flash


flag3083
12-15-2003, 06:27 PM
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

angel090
12-16-2003, 03:59 AM
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?

flag3083
12-16-2003, 08:55 PM
Nah its gotta go straight to a mc inside flash

Thanx for the reply tho