Twitter
RSS
Parse Google Calendar XML with Actionscript 3.0 the Right Way

Parse Google Calendar XML with Actionscript 3.0 the Right Way

February 25, 2010 - No Comments

If you ever sit down to try and parse Google calendar XML data in Actionscript (specifically AS3), you’ll find that there is a lot of misinformation on the web, including many poor, broken examples of code. I’d like to try and demystify some of the problems behind parsing Google calendar XML by showing how it is done the right way.

Actionscript 3.0 SoundChannel Position Pause Bug

September 26, 2009 - 1 Comment

I spent my entire morning today trying to discover why I couldn’t get a pause function to work properly on an actionscript 3.0 mp3 player. I came to find out that a very significant bug exists in actionscript that keeps channel.position (part of SoundChannel) from reporting the correct position location of a stopped mp3.