Search code examples
javaactionscript-3flashflash-cs4scorm1.2

API SCORM with flash actionscript 3 in moodle?


I want to create template in flash using actionscript 3, this template will call .swf as screens which are also topics?

I need to put the actionscript code which communicate with API in swf, and I need that to let moodle track the .swf which is as screens or topics from flash.

Is it possible? I am just trying to generate html from flash with scorm 1.2. The moodle just tracks the html page that contains the script, but if I have links in swf that call another swf then moodle don't track it? How i can do it?


Solution

  • The easiest way to do SCORM with Flash is to have your HTML container do the API discovery, and then use ExternalInterface to call out to JS for API calls (either directly or through a set of functions you define).