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
    • CommentTimeMay 29th 2008
     
    David writes:


    Can we implement this class without using the HTML file, we do a lot of Flash Projector [standalone executable] work and do not embedd our application in a HTML file...


    Probably not. The SCORM classes use ExternalInterface, which requires a web browser with JavaScript enabled.

    Additionally, the ActionScript classes are dependent on the JavaScript-based pipwerks SCORM API wrapper being available in the browser. There's no getting around that.

    If you'd like to make SCORM calls outside of the browser, I think you're limited to custom FSCommands (even then, FSCommand usually invokes JavaScript functions). The SCORM API normally requires JavaScript, and I don't know of any SCORM LMSs that can launch SCORM-conformant courses without using a web browser and JavaScript, unless it's housed in something like an Adobe AIR environment.

    - philip