Search  

DYNAMIC XML EVENTS CALENDAR AS 2.0 VERSION

HomeBrowse CategoriesFlashApplications and UtilitiesDynamic XML Events Calendar AS 2.0 Version
Full_screen_preview

Note:

This file is in Actionscript 2.0. If your requirement is Actionscript 3.0 then you should checkout the Actionscript 3.0 version of this file. You can get the Actionscript 3.0 version by clicking the thumbnail below:
Dynamic XML Events Calendar AS 3.0 Version

Last Update: July 3, 2008
Now all the color values con be configured through color variables at the top of the actionscript in the .fla file. Two of the color variables are for background of the date box, which you can use to show date boxes with events in different color and non-event data boxes in different color. So if you have downloaded prior to 3rd Julu 2008 then you should redownload.

Update: June 26, 2008
With this update a small bug was fixed. So if you have downloaded prior to 26th June 2008 then you should redownload.

Update: June 5, 2008
A small bug was fixed in this update. Also I have changed the layout of the event details section. It is more interactive with this update. Now you get two .fla files, one with the old style ( see here ) and one with the new style which you see in the preview. Please re-download if you have bought the files.

Dynamic XML Events Calendar
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
  • 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


Posted 2 months ago

@therealmav

I had the same problem. The help file has an error. It doesn’t tell you to copy the com and js folders to the same folder where your fla is.

So just copy them to the same folder where your fla is and it should work.

Posted 14 days ago

Can anyone tell me why this doesn’t work.

I made a few changes (moved the eventcalendar.swf from the included folder to my root and changed all my paths…includes and all….yes….there was a LOT to change.)

I’m interfacing my database from the main.swf with ASP so I have an “App_Data” folder that contains my database that I have set with read/write privs.

Well…I decided to move the xml file into the App_Data folder and change the xml.load to

events_xml.load(“App_Data/events.xml”;);

This would not work and I spent hours researcing it. Finally I created an “xml” folder at the same level as the app_data, gave it privs and changed my load to

events_xml.load(“xml/events.xml”;);

And it works perfect! Changed it back to test that I hadn’t changed something else and it wouldn’t work.

Does actionscript not like ”_” in the name or something. It’s fixed now that I use the xml folder, but for the life of me, I just can’t figure out why it didn’t work. Ideas anyone?

Posted 13 days ago

Have I mentioned that I hate emoticons?

Posted 13 days ago

The last update July 3 says that there’s color variables at the top of the actionscript in the .fla file, but I cannot find them anywhere. Any help with this? Thanks.

Posted 13 days ago

Hi, i am wondering if i could use this loaded in an existent flash site, or need to be opened in a new window? looks great!

Posted 8 days ago

@tilderman

Yes you can use either as a standalone calendar or load in another swf using loadMovie command. Even you can drag and drop in another .fla file.

Posted 8 days ago

nice. converting my old calendar to this one. I have a backend developer who is interested in porting Google Calendar API into this sucker… could be awesome.

Posted 8 days ago

Saafi.

Once again. Thanks for your great work. But I do have another question…

When you launch the calendar it displays the current date, is there a way to have it display the date of your choice? Lets’s say todays date is 8/12/08 and I want the calendar to start October 1 or November 1, is it possible? If so, can you direct me to the part in the code where I could change this?

Thanks again, Mike.

Posted 8 days ago

Can anyone out there help with my question? I’m going crazy…

When you launch the calendar it displays the current date, is there a way to have it display the date of your choice? Lets’s say todays date is 8/12/08 and I want the calendar to start October 1 or November 1, is it possible? If so, can you direct me to the part in the code where I could change this?

Thanks, Mike.

Posted 6 days ago

nevermind, i figured it out.

Posted 6 days ago

This is a beautiful calendar! It’s very flexible and animated, however there are 2 bugs which can pose some problems.

Bug #1: You can add as many events as you want on a single day. Let’s say you add 15 events, a scrollbar will appear. Now let’s assume that there is a scrollbar in the description because you like to write long descriptions for the event. Now use your middle scroll button and scroll around. Notice, both scroll bars will scroll together. Not too bad of a glitch but can be irritating for some.

Bug #2: Again, this involves a scroller, however this poses difficult issues. Let’s say you have a very long description and you scroll through the description text. Now click on another Event from the side menu and you’ll notice that the position did not reset to its original spot. This can be painful because it doesn’t create a scrollbar and leaves a lot of text / the image unseen.

I have also found that the help file isn’t very helpful, and the comment system to be lacking of detailed descriptions on what does what. This can be very confusing to those who aren’t used to Actionscript, however there is just enough information to get around and modify the script.

I have found it difficult to modify the left menu inside FlashCalendar2 and have yet to figure this one out. Overall, this is a very nice script, it’s worth the asking price, and I like the flexibility of it. Realistically, I should be giving this 4 stars but I really like the application, and so I have given it a 5 star rating. Thanks for the app!

If anyone knows, please let me know how to edit the left menu inside FlashCalendar2. Thank you!

Posted 5 days ago

I guess my questions were not worthy of an answer… :(

Posted 2 days ago

I’m still wondering why this isn’t working…. I can’t view ANY events. I don’t have the time to read through the 7 pages of discussions either…. please someone help- I paid 25 dollars for this and it STILL isn’t working…. I’m on a deadline…. Please!!

Posted 1 day ago

@DreamFoxx

I will fix those two bugs

Posted 1 day ago

@sykiemikey

I have experience with asp/asp.net so I am not sure about your problem.

Posted 1 day ago

@carriej11

if you cannot read the comments in the previous comment pages then no author has the time to provide answers for same type of problems. Support is only provided regarding bugs.

Posted 1 day ago

Saafi…my original post 17 days ago

“Love the file! I went through and made all kinds of color changes. Been trying to connect it to my access database using ASP but have since given up. I’ve never used XML myself and am in great need of an admin page that is user friendly for the client. (Their login to the site sets global variables that will make features available based on the rights returned) I’ve looked at XML editor that you mentioned in a previous post but I just don’t see that as being very user friendly for a non-IT type person. Any ideas? I would LOVE a database driven version if you have it and an admin tool if available. Email is sykiemikey {at} hotmail

Thanks and 5 stars from me!”

Posted about 21 hours ago

@carriej11

Maybe you’re in the wrong field….. My experience in the IT field is reading=learning. What do you expect? For someone to just psychically know what is wrong with your setup? Gimme a break….

Posted about 21 hours ago

I’m not stupid. I just thought that someone could help me out. I’ve tried a lot of different things and HAVE read a lot of the comments. I’m not asking for someone to do it all for me. I really liked how it looked and if I can get it working I’ll really like it… I just need some help- I’ll just have to read all the comments. Thanks for all the help though.

Posted about 21 hours ago

@sykiemikey

get in touch if you want my cms which is in flash+php and I will give you quote. I have plans to upload that for sale here but have no time to write documentation and complete some uncompleted features in that cms.

Posted about 19 hours ago

Thanks Saafi….my main problem is that I don’t have much experience with xml. I understand the basics, but not enough to write a cms for what I have. If it were in a database I would have no problem. All the data for the site is currently stored in access. I would need to rewrite the php to asp so I’m not sure it would be worth my time or $$. I’ll let you know if I’m interested.

Still very satisfied with the calendar. Best one I’ve found. I’d give you 10 stars if I could. :)

Posted about 6 hours ago