Page 1 of 1
How to send php variable to a Flash File
Posted: Mon Feb 02, 2009 4:22 am
by kushaljutta
i need some information about to send php value to flash..please help me...
thanks in advance
Re: How to send php variable to a Flash File
Posted: Mon Feb 02, 2009 10:14 am
by Jaxolotl
Maybe this post is offtopic. Anyway you may send vars using the Flashvars attribute and passing an URL string containing couples of varname=value
<PARAM NAME="FlashVars" VALUE="my_var=value&my_var2=value2">
then restrieve the vars and values with AS inside the flash movie
Re: How to send php variable to a Flash File
Posted: Mon Feb 02, 2009 11:40 pm
by kushaljutta
I dont think this is a offtopic...
I need it very badly.....
Thanks for ur reply