Hey all,

This one's a little tricky. I hope one of you big cats steps up to bat.

I'm trying to set a value in my Learning Management System (LMS). When I publish using my w/scorm tracking template flash creates an html file with all the javascript functions and what not in it. One of those functions sets a location. This should allow me to bookmark my course at the frame level.

I opened the published html page in Dreamweaver and I see this in the code:

case "CMISetLocation":
//CMISetLocation(loc)
mm_API.LMSSetValue("cmi.core.lesson_location", F_intData[0]);
break;


What does that F_intdata[0] stuff mean?

This is the AS I put on my frame in flash:

FSCommand("CMISetLocation",25);

I want it to set the location to = 25

When I restart the course I have this:

bookmark = new String("lastpage");
FSCommand("LMSGetValue","cmi.core.lesson_location, lastpage");
if (Number(lastpage) > 1);
gotoAndStop(Number(lastpage));


I'm not getting the value set. Any thoughts?

I can provide more code and even walk someone through one of online courses.

email me: lemorris.harris@misyshealthcare.com

thanks

-Lemorris