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

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -