Is there a component I can use in my Flash files to access the Doctum API?
Yes. You can download the installer here. This component requires Flash CS3 or newer.
After the file is downloaded, you can install it using the Adobe Extension Manager.
Once installed, drag the component from your components panel to your library or stage.
Now that the component has been added to your media piece, you can access it via ActionScript. Here is a sample of some ActionScript initializing the component, and then accessing the course's title, outputting it to the trace window:
import com.ionagroup.doctum.api.DoctumAPI;
var d:DoctumAPI = DoctumAPI.init(this);
trace(d.getCurrentCourseName());
A full set of the docs can be found here
We have prepared a set of files for you to use to get started with the API. These files require a copy of Flash CS3 or newer. You can download them here
Additionally, you can see a sample Doctum course that uses these API demo files embedded below:
