MattF.
12-06-2005, 02:43 PM
Hello. I have a question concerning bookmarking from within Flash. I am new to SCORM, but so far what I am doing to bookmark is calling a function that sets a bookmark on each page using lesson_location and LMSSetValue (fscommands). When I test it using the ADL Test Suite, it is definitely functioning correctly, that is, it is setting the locations correctly.
The problem is when I try to Get the location, emulating if a student had taken the course and was re-entering where he left off. What I have for the actionscript is basically the GetValue fscommand on the frame, but i'm not sure how to make this work. Can I make a function with the getvalue command and then call it from a button press? That is the goal, but I have tried different varations of this code and keep getting location errors in the Test Suite. (SCORM 1.2 btw, due to LMS restrictions can' t use 2004 yet). Any help is greatly appreciated!
The problem is when I try to Get the location, emulating if a student had taken the course and was re-entering where he left off. What I have for the actionscript is basically the GetValue fscommand on the frame, but i'm not sure how to make this work. Can I make a function with the getvalue command and then call it from a button press? That is the goal, but I have tried different varations of this code and keep getting location errors in the Test Suite. (SCORM 1.2 btw, due to LMS restrictions can' t use 2004 yet). Any help is greatly appreciated!