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.
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.