Entries from June 2007

It’s Time to Can on() and onClipEvent() in Tutorials

June 28th, 2007 · 1 Comment

I’m seeing more and more people picking up and using old code, like on() and onClipEvent(). While neither event handler method has officially been deemed deprecated, both have served their time and been replaced by more standards compliant methods which also include additional functionality.

[ Read more Read More ]

Tags: Flash Articles

Now an Author on Devlounge!

June 26th, 2007 · No Comments

After taking some time to talk with AJ, the owner of Devlounge, he decided to have me come aboard as an author for the Devlounge Team, and kick off a new section of the website devoted to Flash and Actionscript.

[ Read more Read More ]

Tags: News

Internet Explorer Min and Max Width Bug + Fix

June 23rd, 2007 · 1 Comment

Use CSS to specify a minimum and maximum width for your website, and have it work in Firefox and Internet Explorer.

[ Read more Read More ]

Tags: Tutorials · CSS

Dynamic Movie Clip Referencing in Actionscript

June 13th, 2007 · 19 Comments

Array notation can be used to dynamically refer to movie clips, variables, methods or any other object.

[ Read more Read More ]

Tags: Flash Tutorials · Actionscript 2.0 · Tutorials

Internet Explorer cannot open the Internet site, Operation aborted

June 7th, 2007 · No Comments

This bug would throw an error to any IE user, and then kick them out. The problem, which turned out to be a conflict with swfObject and a lightbox plugin that I was using on the website, has now been fixed.

[ Read more Read More ]

Tags: News