Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
1 to 1 of 1
Message: Hi Phillip,
I can't tell you how excited I was to find your source code for AS3 that could talk to both the Scorm 1.2 and 2004 standard. I have been testing your code using the Blackboard system. Everything seems to work up to a point. I realized that the SCORM version was set in the html document so once I changed that in your example I was able to find the 1.2 SCORM API. I am using your demo file called ActionScript 3.0 SCORM demo. We are in Blackboard CE 6 so they are using SCORM 1.2. The problem I ran into is when the get call is first initiated to get the completion status of the learning object on line 62 of the Flash File AS code. The call is as follows:
course.lesson_status = scorm.get("cmi.completion_status");
This call fails with a 201 Error from Blackboard and says the following:
Scorm.data.get(("cmi.completion_status") failed
Error Code 201
Error info: Invalid Arguement Error.
Are the call arguements to the 1.2 API different than the 2004? I want to basically set up another static class file with constants so these arguements will be correct for 1.2 version or the 2004 version.
I really appreciated that you code allowed the app to adapt to either version, but for future developers who may support my code later I want to insure they have constants that can be called. Thank you for any assistance. Excellent work.
1 to 1 of 1