DYNAMIC XML EVENTS CALENDAR ACTIONSCRIPT 3 .0 VERSION :
This is an actionscript 3.0 based advanced dynamic xml calendar. It has a lot of features and very clean design.
FEATURES :
- Dynamic XML based Events Calendar
- Navigation for months and years
- Unlimited Events per day
- Ability to show thumbnails in two ways, either use the dedicated thumb node in the xml file or use the img tag in the CDATA tag of the xml file
- Ability to set most of the colors through variables at the top of the code
- Ability to show an event in details by passing a date through flashVars.
- Centralized Coding
- Help file is included
- Fonts are included with the source files
- Very Easy Setup / Installation.
ITEM FAQs:
- I am trying to load this calendar in another swf file but it stretches over the whole website interface, how can I fix it?
In the actionscript code inside the FlashCalendar movieclip comment out the following block of code:
Stage.scaleMode = "noscale";
Stage.align = "tl";
//create a stage listener object
var stage_listener: Object = new Object();
Stage.addListener(stage_listener);
How to Show Title of the Event Instead of Events Count:
This can be done but one title of one event can be displayed for a particular day.
replace the following line inside the initEventsCalendar function:
dateMC.total_events_mc.theLabel.text = events_counter + " Event(s)";
with:
dateMC.total_events_mc.theLabel.autoSize = true;
dateMC.total_events_mc.theLabel.wordWrap = true;
dateMC.total_events_mc.theLabel.multiline = true;
dateMC.total_events_mc.theLabel.text = dateMC.dayEvents[0].TITLE;
You can also show the title in fixed length, if you have too much long titles which will mess up the display, by using the following line:
dateMC.total_events_mc.theLabel.text = dateMC.dayEvents[0].TITLE.substr(0,20);
then inside enlargeDateBox function add following line:
target.total_events_mc.alphaTo(0, .5, "easeOutExpo");
and then inside openEventDetails function’s selected_date.close_btn.onRelease = function(){ section add the following line:
selected_date.total_events_mc.alphaTo(100, 1, "easeOutSine");
KEYWORDS :
calendar, flash calendar, events calendar, dynamic events calendar, flash events calendar, flash xml calendar, flash xml events calendar, dynamic flash calendar, dynamic xml events calendar, dynamic flash xml events calendar
SIMILAR FILES :

YOU MIGHT ALSO BE INTERESTED IN :
1- Website Templates Collection:
2- Widgets / Utilities

3- Image Galleries / Slideshows Collection:

4- FLV Video Players Collection:

5- XML News

6- Dynamic XML Scrollers:

7- Navigation Menus Collection:

8- Flash Email Forms Collection:

See more files by SaafiDesign | Get Notified For New Files
Posted 6 months ago