actionscript 3 - Database access with Action Script 3.0 -


I want to create a program for writing and accessing a database. How can I do this using ActionScript?

There is no possibility of the action script to access the file system within the flash player alone. To do such a work, you will need a server-side language, such as php. The action script will then only communicate with those scripts and send and receive information. It works just like a simple HTML website, just with the content displaying Flash.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -