Views | Rating | Comments | Date | Alphabetic
Results 1-3 of 3
1,637 views, 5/5 rating, 3 Comments
actionscript, adobe, download, flash, tutorial
Creating a Flash clock can be a fun and epic experience. All you need is a little bit of ActionScript and a few simple lines. I have seen JavaScript clocks which are very similar but do not require a Flash player, those are a little more complex since they interact with HTML and do not take advantage of our easy drawing tools. Although it is possible, this won't be a pure ActionScript clock as all of our design components will be hand-drawn. Please note that basic Flash drawing skills are required and not covered.
1,403 views, 5/5 rating, No comments yet
actionscript, adobe, date, download, flash
Here's one way of calculating and displaying the difference between two dates in ActionScript. This example attempts to extend your knowledge of working with dates in ActionScript (and its cousin, JavaScript). It takes a date format as a string similar to PHP's date function.
682 views, 0/5 rating, No comments yet
actionscript, adobe, download, flash, sound, tutorial
Here's the structure of a basic Flash MP3 player. Song information is retrieved from the file itself through its ID3 tags. For the most part, all functionality is written with ActionScript. There are also drawn components such as the Movie Clip bar fills, which use the ColorTransform class to dynamically alter its color.