Skip to main content
September 10, 2007
Question

captivate 3 scorm issue

  • September 10, 2007
  • 2 replies
  • 253 views
I'm having an issue loading a scorm package into my LCMS using captivate 3. I didn't have any issues when using the original version of captivate (even had my content streaming as well as collecting all data). After loading the scorm package, when I launch it, it get an error that states: 'document.getElementById(...)' is null or not an object (line 184, character 4).
In the generated html, the element Id referenced on line 184 is 'Captivate'.

Does anyone else have this problem? Any solutions or ideas? Any method of testing would be appreciated. Fwiw, here is the entire code block:
<script type="text/javascript">
document.getElementById('Captivate').focus();
document.Captivate.focus();
</script>

Thanks-
This topic has been closed for replies.

2 replies

Participating Frequently
September 17, 2007
See other post in the General Discussion thread...
September 17, 2007
while I haven't come up with a solution, I have run some more tests. The package passed the ADL test and launched just fine. Still doesn't like launching out of the LCMS, using either IE7 or FF2.0.0.6

Anybody have a similar issue? or do I need to post in the general section?