Tag Archives: Images

Scaling Your Images in Flash Player? Smooth Those Things!!!

I actually forgot to apply the “smoothing” property to a flash.display.Bitmap display object being scaled inside Flash Player. Just look at the difference such an oversight made! Since I was using a flash.display.Loader display object to load the image up, … Continue reading

Posted in Flash | Tagged , , , | 3 Comments

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 … Continue reading

Posted in ActionScript, Flash, Web Design | Tagged , , , | 13 Comments

Simple AS3 Slideshow Widget: Part 2

In Part 1, we had a look at the basic structure of what we are working toward, including a PHP file to read images from a directory and return a list of images to Flash, the setup of our FLA, … Continue reading

Posted in ActionScript, Flash, Web Design | Tagged , , , | 3 Comments

Simple AS3 Slideshow Widget: Part 1

This is a simple example of how to build a dynamic slideshow widget in Flash using ActionScript 3.0 such as the one seen here. The first thing you’ll need to do is set up an FLA with the properties you’d … Continue reading

Posted in ActionScript, Flash, Web Design | Tagged , , | 6 Comments