Search  

DYNAMIC XML EVENTS CALENDAR AS 3.0 VERSION

HomeBrowse CategoriesFlashApplications and UtilitiesDynamic XML Events Calendar AS 3.0 Version
Full_screen_preview

Note:

This file is in Actionscript 3.0 and opens in Flash CS3 (9) only. If your requirement is Actionscript 2.0 or flash 8 version then you should checkout the Actionscript 2.0 version of this file. You can get the Actionscript 2.0 version by clicking the thumbnail below:
Dynamic XML Events Calendar

Last Update ( 21-7-2008 ) : The arrows bug has been fixed. Also if you want to show an event by default when this calendar opens, you can do so now by passing a date and event number in case there are multiple events for the same date. An example is included in the download files. Please download if you have downloaded before 21-7-2008. Thank You.

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
  • Two separate .fla files each with different layout for the event details section
  • Drag and Drop Installation
  • Centralized Coding
  • Help file is included
  • Fonts are included with the source files
  • Very Easy Setup / Installation.


Please Do Rate This File. I like 5 stars :)

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, saafidesign, saafi design



Subscribe Here to be Get Notified About New File Releases

You might also be interested in:

1- Website Templates Collection:
Creative Studios Portfolio V2 [ With Videos ] Creative Studios Portfolio Portfolio Presentation

2- XML News
Dynamic XML News Interactive XML News

3- Widgets / Utilities
3D Profile Viewer Dynamic XML Events Calendar AS 3.0 Version Dynamic XML Events Calendar Dynamic XML Team Members Multiple File Uploader Ultimate Fullscreen Videos Solution Flash Calendar / Date Chooser

4- Image Galleries / Slideshows Collection:
Advanced Dynamic Slideshow Zoom Slideshow / Banner Rotator Dynamic XML Grid Gallery 3D Image Stack Gallery Dynamic Slideshow Interactive Fullscreen Image Gallery V3 Interactive Fullscreen Image Gallery Slideshow with Burn Effect

5- Dynamic XML Scrollers:
Horizontal Thumbnails Scroller Vertical Thumbnails Scroller

6- Navigation Menus Collection:
Dynamic Accordian Menu 2 Dynamic Accordian Menu

7- Flash Email Forms Collection:
Flash and PHP Email Form

8- FLV Video Players Collection:
KI Media Player with Playlist

See more files by SaafiDesign


FAQs:

How to show title of the event instead of Events(x)?

find the following line inside the initEventsCalander function.
dateMC.total_events_mc.theLabel.text = events_counter + " Event(s)";
and change with the following:
dateMC.total_events_mc.theLabel.text = dateMC.dayEvents[0].TITLE;
here the label is just a name of the textfield so it will display title of the event.

Posted 2 months ago

No problem, still think it’s a great file, trying to see where to rate it….:-)

Posted 15 days ago

The moment I make any changes on the calendar the entire layout shifts to the left. I think Saafi’s on holiday. Anyone has an idea how to centre the page? Thanks

Posted 7 days ago

Hey! to: jogwu78 Yeah the centering shift to the left! I am sure you have found this now, but you have to go to the initial actionscript layer in the calendarbit movieclip and then again on the FlashCalendar movieclip. just find the onStageResize() function and tweak that around a little bit! :)

to: EVERYONE ? Does anyone know if it is possible to deeplink to an event directly? Like if i pass a variable MainCalendar.swf?day=20&month=09&year=2008 and this could load the actual content of that date? I think that if it isn’t possible, it would be a great feature to add on?

Cheers,

Posted 4 days ago

(sorry posted this on the AS3 .0 version i meant it on the AS2 .0 version!)

Posted 4 days ago

@xelion

passing date from flashvars is already implemented in AS3 version but not in AS2 version. I am having a very busy time so it might take a longer time to implement that feature in AS2 .

Posted 4 days ago

Thanks a million xelion!

Posted 3 days ago

Magnificent work!

Questions: I guess there would not be any problem if I point to a xml generator instead a satic file, right?

I have been looking for a calenedar to manage hotel rooms availability dates, and I can see here that there is not big deifference, since we are dealing with dates right? with your personal opinion you think is possible to modify your code a little to manage dates?

Thanks!

Posted 1 day ago

@xerrano

yes, you either need to change the xml file path from the calendar .fla file to your .php or .aspx file or use flashVars to pass your .php or .aspx file path which will generate the same xml file structure that comes with the source files.

With knowledge of actionscript you can do whatever you want.

Posted 1 day ago