Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
zero_skill #1
Can Flash save data from a text file locally
Is it possible to save file in a txt format using Flash.
I want to create a game that ask for a name and then later store it in a TXT file together with the score (locally)
thanks
zero_skill
zero_skill Guest
-
Can I save files locally and then Publish?
I am trying to save a local version of a page on my site so I can FTP it to another site instead of the site setup in Contribute. Is there a way to... -
Can I save a text file from a Flash Projector?
Hi, I am using Flash to create a standalone program (the Flash will be published an exe projector). But the program should allow users to write... -
save data to text file?
I have an application that gathers data frim the user. Using sendandload I can transfer the data to my server and store the data in a database. My... -
Save data to file or member("xx").text ?
hi, I couldn't comment on those ways, but I've been using the propsave extra to save data from a level editor and it works great. I don't know if... -
Save a zip file locally?
I dunno how save a file locally! How can I copy a file (http://foo.com/foo.zip) to my local server (http://mydomain.com/temp/foo.zip)? I saw a... -
ClauĞio - Flash Developer - www.websigns.com.ar - #2
Re: Can Flash save data from a text file locally
try sharedObject , is a "flash cookie" or some like that.
regards
ClauĞio - Flash Developer - www.websigns.com.ar - Guest
-
rbhakta #3
Re: Can Flash save data from a text file locally
I have not tried this, but since javascript works in flash, try creating a
cookie. It might work within flash, or if this your flash document is being
displayed in a browser, it might be easier to write the javascript in your html
document.
If you're not familiar creating cookies, just google it, I'm sure you'll find
tons. Hope it helps, and post back to this forum let us know how and what works.
rbhakta Guest
-
adireddy #4
Re: Can Flash save data from a text file locally
You cannot directly store data in TXT files from flash. You need to use any server-side script like PHP, ASP to do it.
Another option you have is to store data in Flash cookies (LocalShared Object)
adireddy Guest
-
zero_skill #5
Re: Can Flash save data from a text file locally
what i had in mind is --- i save it in a floppy disk --- run the swf file
(example a simple game) and store (write) the data in that floppy disk as text
file --- if this is possible can you help me --- i will be using this to a
pre-school class (like playing games and saving score).
zero_skill
zero_skill Guest
-
JayCharles #6
Re: Can Flash save data from a text file locally
Nope... you can't do that.
what you would have to do is have the .swf send the text data to your server,
and have your application server write the text file, and then force a download
of the file back to the client. The user could then save the text file to the
disk.... perhaps a little more than a preschool student would be ready for
(unless you've got some really bright kids there).
Since you're planning to distribute the application on fixed media, you could
use one of the programs that create a functional standalone exe (Like Zinc or
SWF Studio). These programs extend the capabilities of the Flash movie, and
will allow you to handle your text files locally.
JayCharles Guest
-
SimonTheSwift #7
Re: Can Flash save data from a text file locally
Another powerful program, that turns your .swf into a stand-alon .exe, is mProjector. You can download a trial at
[url]http://www.screentime.com/software/mprojector/[/url].
Simon
SimonTheSwift Guest



Reply With Quote

