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.

Making Actionscript calls from Adobe Captivate

Wednesday, May 2nd, 2007

Captivate 2.0 doesn’t include the ability directly manipulate Actionscript. This has been problematic for people like myself who have Flash-based ‘players’ that load and unload both Captivate SWFs and Flash SWFs; we often need the Captivate SWF to perform some kind of action when it reaches its end.

Classes and OOP in Flash

Monday, April 3rd, 2006

Being the non-programmer that I am, I was recently scouring the WWW in search of good examples and tutorials on using class files in Flash. I have read that class files and object-oriented programming (OOP) are generally considered a ‘best practice’ in the programming world, and wanted a better understanding of their principles and how [...]

Flash and XML

Sunday, March 19th, 2006

Macromedia Flash is a great tool for presenting content. XML is a great format for storing content. Unfortunately, getting the two to play together nicely can be trickier than expected. I’ve spent countless hours over the last month reading up on XML and Flash integration, including trying no less than eight different methods of importing [...]