Actionscript

i have spent some time on actionscript and shared objects, and i would like to know if it this is possible: i want to make a username and password-login, where new users can register. for this, i would like flash mx to create or at least change a textfile (or something like that, where i can save values). i think it is possible to read the content of a textfile, and i would like to know if its possible to WRITE into it, and if, HOW to do it… :q:

thanks in advance, Fishtank0r

PHP! There’s no way you can do it without PHP …or CGI/Perl/etc.
Check out www.flash-db.com there should be a tute about the user login!

thanks m8! :smirk:

does anyone know the php-code for writing information into a textfile?

like if someone types something into a form in flash, flash sends the content to the php-script, and this saves the information?