January 2009

Simple AS3 Slideshow Widget: Part 3

This is the final post in a three part tutorial detailing the creation of a Flash slideshow widget using ActionScript 3.0. Have a look over Part 1 and Part 2 before moving ahead. In this post, we are examining the two methods which actually handle image loading and display within our module. private function switchImage(e:TimerEvent):void […]

Simple AS3 Slideshow Widget: Part 3 Read More »

AIR: File NativePath vs. URL

This would have saved me some time had I read the documentation a little better. When looking at the members of a flash.filesystem.File object, I was initially using “nativePath” to discover the location of the file on a users system.  Knowing that path formatting differs between operating systems, I had a little logic in there

AIR: File NativePath vs. URL Read More »