Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Exporting variables from flash.

Status
Not open for further replies.

gazdunn

Programmer
Mar 6, 2004
1
GB
Can you export variables from within a flash file to a text file in the same folder. So far I have only found server side scripting for this, which is not good for someone who can't afford to get a php server.

Gareth
 
Not without some server side scripting.
You can use sharedObjects (Flash cookies) to store some data, but that's done on each user's machine, and not in a general text file.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top