View Full Version : http post vars
Michael_am
02-01-2005, 07:40 AM
I nead take from HTTP POST varibels to .SWF file
My .swf in .PHP.
reverb9
02-01-2005, 02:15 PM
Found this one on this forum a while ago. Was it cyanblues post perhaps? Itīs important you use both tags as I think Netscape/Mozilla broswers are using the second form an iE uses the first... not sure though. But this should do it:
echo "<PARAM NAME=FlashVars VALUE=\"asVariable=" . $variable . "\">";
echo "<embed src=\"file.swf\" FlashVars=\"asVariable=" . $variable . "\" quality=\"high\" etc...>";
Wish I could give credit to the original poster but I donīt remember who I got it from...
Michael_am
02-07-2005, 11:12 AM
10x
bat i look for anotr :(
for exampl
( HTTP_POST_VARS ) looklike PHP
Michael_am
02-07-2005, 11:25 AM
i now anoter version bat its GET
falename.swf?var1=val1&var2=val2&var3=val3 and else
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.