How to add basic SCORM code to a Flash movie

Sunday, April 27th, 2008

Here’s a quick tutorial for adding basic SCORM functionality to an existing Flash file. This tutorial aims to demonstrate just how easy it can be to add SCORM functionality to an existing Flash movie.

In this tutorial, we’re going to keep things very simple; our SCORM code will only check the LMS for a prior completion, and if no completion is found, will set the course to complete at the appropriate point in the movie.

Please note that this tutorial uses ActionScript 3 and SCORM 1.2, but the same principles apply for ActionScript 2 and SCORM 2004.

Adding SCORM functionality to your existing Flash file

Saturday, April 26th, 2008

I’m currently working on a tutorial explaining how to add SCORM code to an ordinary Flash file. Here’s a teaser: a very simple Flash movie I made using some images from NASA. It’s called PLANETS!

SCORM API Wrapper updated to v1.1.5, moved to Google Code

Wednesday, April 23rd, 2008

As promised in a previous post, the pipwerks SCORM API Wrapper has been updated to version 1.1.5.
I’ve cleaned up the code quite a bit, and added some shortcuts for easier coding (less verbose code in your courses). You can read more about the changes here (bottom half of the post). The code has [...]

SCORM ActionScript 3 ZIP file fixed

Tuesday, April 15th, 2008

A few people have contacted me to let me know the ZIP file for the SCORM ActionScript 3 example was missing the FLA file.
Whoopsies!
I’ve added the source files back to the FLA. You can download it from the SCORM page.
Thanks to everyone for letting me know. I usually work on this stuff at [...]

SCORM JavaScript wrapper updates

Tuesday, April 15th, 2008

A bunch of news updates regarding the pipwerks JavaScript SCORM wrapper.

LegacyCaptivateLoader: dealing with pre-existing scripts in your Captivate SWF

Tuesday, April 8th, 2008

When I designed the LegacyCaptivateLoader, I was focused on giving the ActionScript 3 SWF the ability to control the ActionScript 2-based Captivate SWF; I hadn’t given much thought to how the situation affects Captivate SWFs using one of the workarounds I just described. Can the embedded SWFs still work? Will JavaScript calls from Captivate still work with ActionScript 3’s ExternalInterface system? The short answer is yes, but it may take some tweaking on your part.

New: LegacyCaptivateLoader class

Thursday, April 3rd, 2008

A few months ago I wrote about the dilemma of trying to load Captivate SWFs into an ActionScript 3-based parent SWF.

Dilemma solved!

I present to you the ActionScript 3 class LegacyCaptivateLoader. This class utilizes ExternalInterface and a proxy SWF to facilitate sending commands to and querying data from an ActionScript 2-based Captivate SWF.

Captivate tip: toggling the controller’s visibility

Monday, March 17th, 2008

You may be familiar with the famous “Captivate variables” (see page 201 in PDF link), but did you know about “rdcmndHidePlaybar”? It isn’t mentioned by Adobe in their documentation, but it’s a handy one to know about.

Example files for SCORM AS3 class updated

Sunday, March 16th, 2008

A number of people emailed me reporting problems using the demonstration files for the ActionScript 3 SCORM class. Turns out the imsmanifest.xml file was causing the problems; apparently, one of the supporting XML files was corrupt. After creating a new imsmanifest.xml file and bringing in fresh copies of all the supporting XML files (the [...]

Introducing the pipwerks e-learning development forum

Tuesday, March 11th, 2008

I decided to create a simple forum dedicated to e-learning development. I’m not saying I have the answers, but I’m hoping I can at least foster some good conversations and maybe get some of my peers talking and helping each other out. I’m also hoping to use the forum to promote web standards in e-learning development (as Martha says, “it’s a good thing”).