How to send php variable to a Flash File

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

How to send php variable to a Flash File

Post by kushaljutta »

i need some information about to send php value to flash..please help me...

thanks in advance
User avatar
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

Post 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
kushaljutta
Forum Commoner
Posts: 50
Joined: Fri Dec 26, 2008 11:05 am

Re: How to send php variable to a Flash File

Post by kushaljutta »

I dont think this is a offtopic...


I need it very badly.....

Thanks for ur reply
Post Reply