Writing a simple txt file from CD to hard drive

I am making a projector file to run from CD-Rom.

After the users complete the course, they take a test.

Once they have completed the test, I want to create a simple .txt
file on their hard drive that contains their score. They will then email this file to their manager.

Anyone got any idea how I can write a simple txt file with the users score.

I have looked all over and am going mad.

thanks in advance.

colin

You cannot do this with Flash because of security. You will need to interface with Visual Basic to do this. VB has a built-in function called the File-System Object. That is easiest thing for writting files to a hard drive.

oh no!

Ive no idea about VB.

thanks for your reply though.

http://msdn.microsoft.com

:crazy: :crazy:

cheers.

I will check it out.

Just found out that you can do this in Flash 5 but not MX.

strange decision.