Really simple SCORM AS3 wrapper example

Monday, February 11th, 2008

Here’s a simple example of how the SCORM AS3 class can be utilized. (This example uses SCORM 2004 calls.)

Flash demos for SCORM ActionScript classes now available

Sunday, February 10th, 2008

Finally got around to making some Flash files that demonstrate the pipwerks SCORM ActionScript classes. I’ve created examples for both AS2 and AS3. You can get them here.

Both of these examples have been successfully tested using the latest ADL test suites for SCORM 1.2 and 2004.

SCORM wrapper updates (JavaScript and ActionScript)

Sunday, February 10th, 2008

JavaScript SCORM_API_Wrapper.js now at v1.1.3. Includes important typo correction.

SCORM.as classes (AS2 & AS3) now at v1.01. Includes check for ExternalInterface availability and presence of required pipwerks JavaScript wrapper.

New: SCORM API wrapper for ActionScript 3.0

Sunday, January 27th, 2008

I just converted my AS2 SCORM class to AS3.

Read documentation and download file(s) here.

New: SCORM API wrapper for ActionScript 2.0

Friday, January 25th, 2008

I just finished an ActionScript 2.0 class file meant to be a companion to my JavaScript SCORM API wrapper. It includes a bunch of type checking, type conversion, and error-checking, and works with both SCORM 1.2 and 2004.

Loading Captivate files into an AS3 Flash SWF

Monday, January 14th, 2008

Update April 7, 2008: I’ve written a new AS3 class named LegacyCaptivateLoader that uses ExternalInterface to bridge the AS3 SWF and the Captivate SWF. Check it out.
I guess I’m late to the party, but I only recently realized that although a Flash Player 9 SWF can load an older Flash Player 6/7/8 SWF, it [...]

Captivate 3, JavaScript and Actionscript

Tuesday, August 14th, 2007

I just got Captivate 3, and eagerly installed it to see if any improvements have been made regarding JavaScript and Actionscript handling. Short answer: nope.

Actionscript, JavaScript, and SCORM

Friday, August 10th, 2007

For the last week, I’ve been doggedly attempting to create a hybrid of Flash-to-JavaScript communication techniques for creating cross-browser SCORM-conformant courses that work with almost any version of Flash Player. Today I threw in the towel. Here’s my story.

New: SWFObject examples page

Saturday, July 21st, 2007

I decided to create a guide for the examples, which gives a little bit of background for each example as well as the URL for each example. http://www.pipwerks.com/lab/swfobject/

Vertical centering — without using tables!

Tuesday, May 8th, 2007

Every now and then, a developer will come up against something that was SOOOO easy with table-based layouts and winds up being a royal pain with CSS-based layouts. One of these “d’oh!” moments is when you try to vertically center an element on your web page. Umm… hang on, let me rephrase that: One of these “d’oh!” moments is when you try to vertically center an element on your web page when using Internet Explorer 6.