Can I query my LMS via AS3?
So we are having time-out issues with Captivate 8 and our 1.2 SCORM LMS.
We want to be able to ( on a timed command ) call to see if the LMS is still talking to our cached modules.
So it has been put around that an AS3 widget could just be checking to see if the LMS has lost connection and if so, tell the user it's time to log back in and start from where they left off.
I have gleaned so much from reading others discussions on this:
1. In the scormdriver.js there is some functions that might handle this,
2. the command for 1.2 is SCORM_CallLMSCommit();
3. You used to be able to do this with the now redundant fscommand.
4. I might be able to do this via the browser using window.blah blah.
I would really love for someone to come out and say that it can be done with the following code in an AS widget.
So here is hoping.
Cheers all
Luke.
