This is a discussion on Flash 2 PHP within the PHP Language forums, part of the PHP Programming Forums category; Hello group, Is it possible to send some variables from a Flash to PHP? I'm looking for a method ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
amit <amit.kohan@gmail.com> posted in comp.lang.php:
> Is it possible to send some variables from a Flash to PHP? I'm looking > for a method to send scores to a PHP page on my server and also vice > versa? In Flash, see LoadVars, specifically .sendAndLoad method. It can use either GET or POST methods. More help in F1 in Flash, in the livedocs all over the Adobe site, and in Flash newsgroups such as macromedia.flash.actionscript on Adobe's (Macromedia) news server: forums.macromedia.com I don't know if Google Groups can post to that server, but it does archive it. The question has been asked/answered countless times, so you should be able to find the answers quickly in the archives. -- Mark A. Boyd Keep-On-Learnin' :) |