pipwerks

SCORM API Wrapper updated to 1.1.2

Small but important edits: * Added snippet of code to double-check API connection is active before returning a ‘true’ boolean value. * Fixed a typo for evaluating whether an error code has been returned from the LMS Also added some code from the Firebug folks that allows Firebug’s “console” functions to

SCORM API Wrapper updated to 1.1.1

Found a small bug when using the wrapper with Flash (AS2): functions that return string values (such as SCORM.data.get()) were coming out ‘undefined’. (grr) Explicitly typing the return value as a string seems to make Flash happy. return String(value); This all-in-one wrapper has now been tested successfully

SCORM API Wrapper updated to v1.1

Some small edits to the wrapper: 1. Fixed a few typos in debug statements 2. Added extra error-checking during SCORM.connection.initialize; if connection cannot be made AND no error code is given, display notice that server has not responded. Related links: * Original SCORM API Wrapper journal entry * pipwerks.com

A revised SCORM API wrapper

I’ve been a longtime user of the ADL wrapper (with code from the late Claude Ostyn), and to be honest, it’s pretty much met my needs. But I was never completely comfortable with the wrapper for two reasons: 1) The code is hard to read with confusing and

Captivate 3, JavaScript and ActionScript

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. JavaScript According to Captivate’s ‘Help’: You can add JavaScript to click boxes, text entry boxes, and buttons in Adobe Captivate projects. The JavaScript can

pipwerks © 2026