im not new to PHP and Mysql, but i have working on it in Web apps for the past few years, I am starting a new project, and it has the following: 1.the project itself will be built on Adobe Air (Flash) environments //as per clients's request 2.there is going to be a custom dictionary (in php), tht is linked to the Flash program su ch tht when a user clicks the word in flash the dictionary should open and land on the word means etc.. My question now is how do i link the two.. ie to pass the Variable from flash to php dictionary if its standalone & how do i make the installation pa开发者_运维百科ckage for Mysql standalone?
Please any assistance will be appreciated.
PHP_GURU
use the URLLoader and URLRequest classes to send a message from Flash to a PHP script. can be used to send POST data as well.
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/URLLoader.html
精彩评论