Flash AS3 Database Driven Dynamic XML Drag Drop Calendar
April 23, 2009 by jared
(Go ahead and create events in the read write version. Calendar resets every hour).
Easy to use
Great for embedding into websites. Modify it easily as a calendar extension to your CMS or customized email solution!
Requirements:
- Flash CS3 and onwards (and knowing what to do with it!)
- For database functionaily, PHP and MySQL enabled server
- Common sense
Features:
- No PHP, SQL, or ActionScript knowledge required.
- Compiled file size only 48Kb (varies with embedded fonts)
- Create, update, and delete events on the fly (not when using an XML file)
- Ultra fast performance
- Completely customizable including color, size, fonts, and graphics
- Can be used as an XML calendar as well. See the sample XML file.
- Insert unlimited events per day
- Drag and drop events around the calendar (not when using an XML file)
- Toggable “Read only” or “Read/write” access
- Easy to setup centralized Preferences file
- Clean, organized, readable code, great for learning
- Preloader included
- Priority support via a private forum
- Free life time upgrades
Easiest setup ever:
- Setup your database connections in a .php file
- Setup your calendar preferences in the .as file
- Compile / publish Calendar.fla
Date to Day Conversion
April 22, 2009 by jared
Here is a Date helper class that
- converts a date to a day
- finds out the number of days in a month
Have fun deciphering this one.




