I need to track, record, and report a user’s progress as they use a Flash-based course so I want to write a cookie (or just a text file) and then load it (loadvars?) the next time they run the course so they can see where they left off, which sections they have completed, etc.
Background:
Potential complication - this course will run from CD ROM - (maybe without having done an install).
This might be running as an .exe, not a .swf in a browser, so if I rely on a ‘cookie’ tactic, I wonder if it needs to run within a browser to know where the user’s cookies are stored. The ideal would be to just write a data file to specified folder ‘progress.txt’ that I can reload with loadvars.