XML Event Calendar
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> |


I don’t understand what you mean by showing you an example!
The file is there… it’s up to you how and where to use it!