This is a discussion on "php script handling flash Actionscript?" within the PHP Forum section. This forum, and the thread "php script handling flash Actionscript? are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
php script handling flash Actionscript?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
php script handling flash Actionscript?
can anyone help in explaining how a php script handles a flash actionscript please? Or maybe draw a diagram? Thank you
|
|
|
|
#2
|
||||
|
||||
|
Re: php script handling flash Actionscript?
I've never used PHP with Flash before but i have found a website that might be of help to you: http://www.kirupa.com/developer/acti..._php_mysql.htm.
__________________
Marc Staff Manager - Webforumz.com Want to be a moderator? PM me. |
|
#3
|
||||
|
||||
|
Re: php script handling flash Actionscript?
PHP doesn't "interact" with actionscript per se, rather, using the actionscript loadVariables function.
Basically, you request a page from PHP using a URL to the file and including a query string loadVariables('this.php?this=1&this=2'); PHP will receive this and do the appropriate logic and functions and can return a url encoded string of variables and values thisVar=1&thisvar=2&thisvar=3 Actionscript will now have th above variables available to use in the script. ^^ that is the most fundamental way to have communication between the two but it has been superseded by the far superior and more comprehensive loadVars class. A grass roots look at the possibilities can be seen http://blog.inventis.be/category/flash-external-data/ or more tailored to PHP in marcs post ^^^ Cheers
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Javascript or Flash Actionscript | marSoul | Webforumz Cafe | 2 | Sep 25th, 2007 20:21 |
| flash guy-actionscript scripts | geyids | Flash & Multimedia Forum | 3 | Apr 3rd, 2007 18:14 |
| Flash ActionScript Developers | Web JobBot | Job Opportunities | 0 | Feb 1st, 2007 09:11 |
| Flash MX (Actionscript panel differences) Need help | autumn_whispers2me | Flash & Multimedia Forum | 3 | Jun 11th, 2005 07:15 |
| Flash + ActionScript job - Southern UK. PHP + SQL needed. | gsl_recruitment | Job Opportunities | 1 | Oct 6th, 2004 09:50 |