Projects : ActionScript 3
As I work my way through learning ActionScript 3, I'll post the various applications that I write here. I'll try to add notes and explanations as I go...These first two apps are ones where I simply downloaded the *.swf file
and then wrote an html page which called the *.swf file.
Progress
Bar
- A simple application that simulates a progress bar as you click a
button.
V Slider
- A simple application that displays a predefined picture, and zooms
in and out as you move the vertical slider.
I wrote the following apps in ActionScript 3, and compiled into a .swf
file using the mxmlc command line complier.
Hello World
- A simple application that displays the words "Hello World".
Hello
- An enhanced version of the Hello World application, which asks for
a user name and checks it against a static list of names.