XML Event Calendar

Posted On: April 26, 2011
Price: $17.00
Flash Player Version: 8
Swishmax Version: Swishmax2, 2008.08.12
Comments: One comment


Finally, a great, beautiful XML event calendar for your page… and it’s so easy to use!
It supports multiple events in same day, and each event can have a different color so you can define some event types! It also have a smooth text scroller that supports HTML and CSS.
The *.swi file is well commented so you can easily change your variables. Week can go from Monday to Sunday, or Sunday to Saturday.
Inside the *.swi file, you can also change the language if you need to.

So how easy it is to add events? Really easy… here’s 2 quick examples:
Single event:

1
2
3
4
5
6
<events date="01-05-2011" color="0xFF7000">
<event>
<title>Title for my Event</title>
<description><![CDATA[HTML text can go inside here.]]></description>
</event>
</events>

Two events in the same day:

1
2
3
4
5
6
7
8
9
10
11
<events date="01-05-2011" color="0xFF7000">
<event>
<title>Title for my Event</title>
<description><![CDATA[HTML text can go inside here.]]></description>
</event>

<event>
<title>Title for my Second Event</title>
<description><![CDATA[HTML text can go inside here.]]></description>
</event>
</events>
VN:R_U [1.7.0_948]
Rating: 9.0/10 (1 vote cast)