Not signed in (Sign In)

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

    • CommentAuthormoglie
    • CommentTimeNov 13th 2008
     
    I'm now in a job that's creating e-learning (never worked with SCORM before but not new to AS2/AS3) and I downloaded the demo Planets AS3 SCORM 1.2 files. Didn't change anything about the files. Just ran the index file through the conformance test suite and it's not working. I get the Time out exceeded" and "LMSInitialize() never invoked" errors. The SCORM wrapper test does work however. Any idea on what's going on?
    • CommentAuthorphilip
    • CommentTimeNov 13th 2008
     
    The AS3 version of the demo is built for SCORM 2004, not SCORM 1.2. SCORM 2004 and 1.2 use different syntax and aren't compatible.
    • CommentAuthormoglie
    • CommentTimeNov 14th 2008
     
    Ok, I'm beginning to get highly frustrated with SCORM. I just downloaded the SCORM_AS2_demo and tested it with conformance suite (didn't change anything, didn't open any files in Flash at all) and that's failing too. So I must be doing something wrong here or there's something wrong with my system. Flash Player 10 is installed. Could that somehow be causing problems?
    • CommentAuthorphilip
    • CommentTimeNov 14th 2008
     
    The examples use ExternalInterface, which by default is disabled for local content (security precaution). As I mentioned in the docs for the examples, the examples will NOT run locally until you change your Flash Player security settings.

    There is a link to the security settings on the my documentation page under "General Notes".
    • CommentAuthormoglie
    • CommentTimeNov 14th 2008
     
    Thought I had already done that. Guess not. Got it working now. Thanks for the help.