Search  

MYEVENTCALENDAR (XML & CSS)

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesmyEventCalendar (xml & css)

An event calendar system for your sites which is easy to use and manage. Its XML and CSS based for easy modification without needing any Actionscript knowledge.

Features:

  • Easy to customize and manage. XML based.
  • Easily change the dimension of overall calendar.
  • Most of the font type, size, & color can be modified via the CSS file.
  • Unlimited event entry for a day, with links.
  • Each event has duration so no duplication of entry needed for each day unless it extends to the next month.

Here are some of the settings you can play with in the xml itself:

  • calendarWidth=”250” : overall width of the calendar
  • calendarHeight=”250” : overall height of the calendar
  • boxColor=”0×99CC00” : heading box color (Sunday, Monday. Tuesday..)
  • todaysBoxColor=”0×99CC00” : current day box color
  • markedBoxColor=”0xffff33” : marker color to indicate if there is an event on the day
  • scrollBarColor=”0×000000” : scrollbar dragger color
  • scrollTrackColor=”0×555555” : scrollbar track color
  • gap=”1” : gap amount separating the boxes.
  • linkTarget =”_blank” : link target, _blank to open link in new window, _self to open in same window

Example of entry for an event

  <p>
     <duration>14-18.3.2008</duration>
     <launch>http://www.flashden.net </launch>
     <memo_title>Some Award Show</memo_title>
     <memo_details>Lorem ipsum dolor sit amet..</memo_details>
  </p>
Duration: 14-18.3.2008 (day-day.month.year). Please note if duration exceeds a month to another month, you will need to create a separate entry
launch: link to article etc
Memo title: event title
Memo details: description of the event


Posted 8 months ago
@easypt
on frame labeled ‘done’ on line 24 add on +2 like this:
var currentMonth:Number = today.getMonth()+2;

@sharfeddin
do you mean the one under the ‘memo’ title ? on frame labeled ‘done’ on line 83

Posted 6 months ago

Can you change or enlarge the indicator for the dates where something is added as a story?

Posted 6 months ago

@eirehotspur
not quite sure what you mean, but you can set the width and height easily in the xml.

Posted 6 months ago

What I mean is the little coloured triangle indicator at the top right corner of a dta to indicate there is an event entry.

Short Sighted people might not notice such a small indicator.

Posted 6 months ago

@eirehotspur
yeah, you can modify the graphic in that movieClip easily. In terms of scaling it will self adjust according to the overall width and height you set in the xml.

Posted 6 months ago

hi encryptme, your css clear my original css syle sheet, how can i complain them 2gether or how to fix the error? the following is my oriinal css, after loading your file then my css seems not working anymore.

@charset “utf-8”; /* CSS Document /

  • { width: 100% !important; height: 100% !important; margin: 0 auto !important; padding: 0 !important }

body { height: 100%; background-color: #ffffff; color: #85859c; font-family:Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; }

html body{ margin: 0;} object {width: 100%; height: 100%;}

Posted 5 months ago

dear encryptme,

nvm, i fixed the problem by just command

//Stage.align = “TL”;

thanks

Posted 5 months ago

Encryptme,

No, not that.

What I’m talking about is the number for the date. Right now in the example you have and the one I downloaded it’s white, how do I change that.

Posted 5 months ago

site that is using this calendar is finally going up soon!

I’m wondering…. is there a way to limit user’s ability to go back as far as months… anything before August 2008, I don’t want them to see that,

Posted 4 months ago

4 days until launch! haha, it’s not a big deal of course, but it would be really cool to limit the userss from seeing anything before august 2008….

how can I do this? anyone got any ideas? I’ll pay you.

Posted 3 months ago

hi encryptme im having problems with the events on each date for example i want a single event on a month.. like on december 25 only not december 25-28 please check on the code

25.12.2008 is this possible? coz i get erorrs when i used single date

thanks

Posted 3 months ago

Hi, encryptme!

Nice work!

I’m having a little problem: i’m trying to use a diferent font to display the month on the calendar and on the memo, but i can’t found out how to do it. I’ve been trying many diferent ways, but none of them works…

can you help me?

Thanks in advance

Posted 2 months ago

Hi, encryptme!

Nice work!

I’m having a little problem: i’m trying to use a diferent font to display the month on the calendar and on the memo, but i can’t found out how to do it. I’ve been trying many diferent ways, but none of them works…

can you help me?

Thanks in advance

Posted 2 months ago

@davidsife
since its controlled using css you can only choose standard fonts.. to change, open open up the css file.

Posted 2 months ago

how do i remove the link when you select an event, i really need to simply show a small amount of content in the window with no links, i have tried and delete but is simply makes the rest of the txt linked.

the best calender online i have yet found great work

Posted about 12 hours ago