Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Manoj vn #1
Writing in to a xml file
Can i write a text content in the swf to a xml file. Can i use the same xml file for authentifications
Manoj vn Guest
-
Writing a text file to the file system
Using Visual Studio C# When I ran the following code: System.IO; private void Button1_Click(object sender, System.EventArgs e) {... -
Writing to file
Hi all I have a little bit of code you may be able to help with. I load a file into an array with foreach $lines(@database_array) { @edit_array... -
Setting the file permissions of a file I'm writing to
Is it possible to specify the permissions of a file I create when I: open ("FOO", "> ./bar") or die ("Could not create file"); Thanks in... -
File Access error - writing to .txt file
Normally web sites run under the ASPNET user account. It appears that this account does not have write privileges to the file path you've... -
A failure occurred writing to the resources file. Access is denied. -- RESX file is locked? -- WHY?
Hi. This is an error that comes up fairly regularly when trying to run the "Rebuild All" command in a Solution that contains more than one... -
CesareRocchi #2
Re: Writing in to a xml file
No, Flash has no built in facilities to write files. You shoulda use 3rd party
tools.
As for 'authentication' (user log in/out, etc.) I would suggest to use well
implemented server
side technologies and not a simple xml files. Of course, it depend on what
service you are
implementing. Say, if you are programming the front end of a bank account
manager, I wouldn't use a xml file for
'authentication'.
HTH,
-c.
CesareRocchi Guest



Reply With Quote

