Flash components › Flash files › Components & Extensions
Flash components › Flash files › Components & Extensions
Uploaded: 30 January 2010
Opens With: Flash CS3 (9+)
Files Included: FLA, AS
Size: 22.6kb
Action Script: AS3
Resolution: 590x400
Documentation: normal
Keywords: Data Picker, calendar, as3, component, easily editable,
If you want to choose the standard look, just drag from the library to the stage.
The component will pick automatically the current date. Near the current date you will see a box with a number (30, 31, 28 etc.) this shows how many days are in the currently selected month. If you want to change the date format I included an example in the help file.
You can easily change the skin, without editing the code. I included an example for this too in the help file.
You can access some of the components properties with getter functions. Example:
trace(dp1.getYear()); // this will show the currently selected year