Dynamic XML Flash Events Calendar AS 3.0 Version

by SaafiDesign

DYNAMIC XML EVENTS CALENDAR ACTIONSCRIPT 3 .0 VERSION :
This is an actionscript 3.0 (see AS2 version here) based advanced dynamic xml calendar. It has a lot of features and very clean design.

FEATURES :
  • Dynamic XML based Events Calendar
  • Includes a simple “Event Management System” for managing Events
  • 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.

UPDATES :

  • Event Management System Addition (6-2-2009): Now you get a simple Event Management System. It requires php 4 and mysql database.

    Live Demo: Live Demo of Event Management System
    username: demo
    password: demo


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?
    Open the LucidEventsCalendar.as file, which can be found inside the net/lucidstudios/applications folder, then find the following block of code and comment it:
  • 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 = TextFieldAutoSize.LEFT;
    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:
    Tweener.addTween(target.total_events_mc, {alpha:0, time:.5, transition:"easeOutExpo"});
    and then inside openEventDetails function’s selected_date.close_btn.addEventListener(MouseEvent.CLICK, function(event:MouseEvent){ section add the following line:
    Tweener.addTween(selected_date.total_events_mc, {alpha:1, time:1, transition:"easeOutSine"});
  • Why do I get “error occured” after configuring event management system?
    If there is a file named ”.htaccess” inside the amfphp folder then delete that file because that file prevents the event management system not to work on some of the websites.
  • How to Add a User for Event Management System (EMS)?
    Once you have added the database tables for the EMS phpMyAdmin then select the ems_events table and from top menu options click Insert button, fill one of the form, click ok and you are done.

  • 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, event management, events management, events manager


    SIMILAR FILES :
    Dynamic XML Events Calendar Flash Calendar / Date Chooser

    YOU MIGHT ALSO BE INTERESTED IN :

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

    2- Widgets / Utilities
    Dynamic XML Combobox Menu AS-3 Dynamic XML Combobox Menu AS-2 Mini XML Portfolio Viewer Dynamic XML Events Calendar AS 3.0 Version Dynamic XML Events Calendar Multiple File Uploader Ultimate Random Fullscreen Background Videos AS2 Ultimate Random Fullscreen Background Videos AS3 Flash Calendar / Date Chooser Dynamic XML Team Members 3D Profile Viewer

    3- Image Galleries / Slideshows Collection:
    Wow Banner Rotator AS-3 XML Image Banner Rotator AS-3 Advanced Dynamic XML Grid Gallery 2 Advanced Dynamic XML Grid Gallery Dynamic XML Grid Gallery KI Simple XML Gallery Advanced Dynamic Slideshow Dynamic Slideshow Zoom Slideshow / Banner Rotator Mini 3D Photo Stack Gallery 3D Image Stack Gallery

    4- FLV Video Players Collection:
    Ultimate FLV Video Player [AS2] KI Media Player with Playlist

    5- Music Players Collection:
    Dynamic XML Music MP3 Player

    6- XML News
    Dynamic XML News Interactive XML News

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

    8- Navigation Menus Collection:
    Dynamic XML Accordian Menu 2 Dynamic XML Accordian Menu

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


    More files by SaafiDesign | Get Notified via RSS | Follow me on Twitter


    $27

    Prepaid customers
    pay just $25 - how? Prepay Your Account With our deposit system not only will purchasing be much faster, but we’ll also take $2 off the price! Find Out More Price

    You must sign in or sign up to purchase this item.

    12345 ( 123 ratings )

    Purchase 568 purchases

    SaafiDesign

    SaafiDesign

    Exclusive Author Item was Featured Author was Featured Referred at least one person Reviewer Sold between 100 000 and 250 000 dollars Bought between 10 and 49 items Pakistan
    File Types Included
    Flash CS3 (9+) ActionScript AS CSS Files Flash FLA HTML Files JS Files XML Files
    Item Attributes
    Created 7 July 08
    Opens With Flash CS3 (9+)
    Resolution N/A
    Published Size 146kb
    ActionScript Version AS3
    Documentation Well Documented
    Collections that include this item