|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
PHP and FLASH Help
Could someone please show me how to pass data in and out of flash to a php script. I would love help on this. Thanks
__________________
Nothing is Everything
|
|
#2
|
||||
|
||||
|
This question pertains more to Flash than it does PHP.
Moved to flash development forum. |
|
#3
|
||||
|
||||
|
I believe it was you who posted earlier about not having a page popup?
You wanted to post the data stealth-ly? I'm not sure if this helps, but here's a guide: Passing Data From Flash to PHP I'm not in a position to test this; it doesn't state whether or not it's stealth-like. |
|
#4
|
|||
|
|||
|
try the method GET
I usually work with swishmax (much simpler) and I pass variables to php using a script like this:
onframe(watever_you_want){ geturl("http://www.yourdomain.com/page.php?var=value"); } //then you just need to GET variable in the page.php using <?php $myvar=$HTTP_GET_VARS['var']; echo $myvar; ?> It is also possible to use the post method to hide the variable if you need. |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Flash Development > PHP and FLASH Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|