Archive for the 'Actionscript' Category

Getting Variable from MySQL

Categorized Under: Actionscript No Commented

Getting Variable From MySQL How to get variable from MySQL with actionscript? Well, first we need to find out how actionscript reads XML file, then we use PHP to get variable from MySQL and translate it into XML. Last, let actionscript do the rest. XML may not only way for this case, but I think [...]

Sending Variable To MySQL

Categorized Under: Actionscript 8 Commented

Sending Variable To MySQL Eventually Flash cannot execute any MySQL functions directly but through PHP (cmiiw). – here’s a funny thing about PHP, at the beginning it’s stand for Personal Home Page but it is now said to stand for PHP: Hypertext Preprocessor after improvement of its capability. In order to sending variable to a [...]