i need some information about to send php value to flash..please help me...
thanks in advance
How to send php variable to a Flash File
Moderator: General Moderators
-
kushaljutta
- Forum Commoner
- Posts: 50
- Joined: Fri Dec 26, 2008 11:05 am
- Jaxolotl
- Forum Contributor
- Posts: 137
- Joined: Mon Nov 13, 2006 4:19 am
- Location: Argentina and Italy
Re: How to send php variable to a Flash File
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
<PARAM NAME="FlashVars" VALUE="my_var=value&my_var2=value2">
then restrieve the vars and values with AS inside the flash movie
-
kushaljutta
- Forum Commoner
- Posts: 50
- Joined: Fri Dec 26, 2008 11:05 am
Re: How to send php variable to a Flash File
I dont think this is a offtopic...
I need it very badly.....
Thanks for ur reply
I need it very badly.....
Thanks for ur reply