Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthorphilip
    • CommentTimeApr 15th 2008
     
    Jon wrote:


    Hi!

    I just tested your api wrapper in Oracle iLearning and it works like
    a charm in IE. When running it in FireFox I get the following error:

    Initializing course.
    SCORM.connection.initialize called.
    SCORM API found. Version: 1.2
    API: [object HTMLAppletElement]
    SCORM.connection.initialize failed. Error code: 304 Error info:
    Security exception
    Call succeeded? false

    Any idea why?


    According to the SCORM 1.2 docs, any error in the 300-range is an LMS error.

    The trace statement says "API found"; The security exception error occurs when the course tries to use the API for the first time (initialize). My first guess would be that you have some cross-domain scripting going on that's being rejected by the SCORM Run-Time and/or LMS. Are all of your files on the same server as the LMS, with the same domain name?

    Also, did you do anything different with your IE test, or did you use the exact same set of files with the exact same LMS/course settings?
    • CommentAuthorjonarve
    • CommentTimeApr 15th 2008
     
    Thanks for the quick reply, Philip.

    I used the exact same set of files with the same LMS/course settings.

    It might be an Oracle problem.
    • CommentAuthorphilip
    • CommentTimeApr 15th 2008
     
    Definitely let me know if you discover what's causing the problem or get any other information about the issue.

    And thanks for trying the wrapper! :smile: