Dynamic XML Events Calendar AS

Description:
This is an advanced dynamic xml based 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 pass xml file path from html page using flashVars
* Ability to open a particular event when the calendar loads first time by using the eventDate and eventNumber variables through flashVars.
* Centralized Coding
* Help file is included
* Fonts are included with the source files
* Very Easy Setup / Installation.
UPDATES :
* Event Management System Addition (6-2-2009): Now you get a bonus Event Management System. It requires php 4 and mysql database.
Live Demo:
username: demo
password: demo
* NOTE : If you are going to buy this calendar file just because of the Event Management System then I must tell you that is not easy for a novice to set it up so I will simply ignore emails from buyers complaining about it as it is a bonus file and some of the buyers rushed me to launch it even I was not ready to launch. As soon as I find some time I will make it much easier to setup the Event Management System and update the help but no promises this time.
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);
Also find calls to function onStageResize() in the code and comment out them.
* 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);
Homepage:

1×7.15mb
|Rapidspread|
Download.
|RS|
Download.
|MU|
Download.
|Ezuploads|
Download.

Powered by Max Banner Ads





























You must be logged in to post a comment.