PDA

View Full Version : Is it possible output to .txt file?


jasonchan
09-16-2004, 09:10 AM
I want build up a data base for my flash game, which i want to use the action script to output my data to .txt file. Is it possible? If not is there any method to build up a database locally? :)

Jozzle
09-16-2004, 09:25 AM
Flash has (for security reasons) no rights and thus no methods to write to disk.

To use databases you'll need server functionallity wich offcourse can be run locally.

There are applicatins wich create projectors (.exe's) from swf's wich can be controlled to write files to disk, check:

Flash Studio Pro
http://www.multidmedia.com

SWF Studio
http://www.northcode.com

Greets