Archive for August, 2007

A look at Captivate 3.0, part one

Tuesday, August 14th, 2007

Here are my first impressions of Captivate 3’s improvements and new features.

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.

A cross-browser JavaScript prompt

Wednesday, August 8th, 2007

While working on a project earlier today, I discovered a nasty little problem… Internet Explorer v7 (IE7) disables prompt() by default! This means you can’t rely on prompt() being available in IE7 when building your online applications. I decided to make a workaround using Microsoft’s proprietary showModalDialog function.