Hi all !
A new free utility has been created by FlepStudio.
It's a monthly calendar that reads from XML file.
Easy to manage, just update the XML.
Monthly Calendar
Flash CS3 and XML calendar
Description
Scroller Calendar that reads from XML file
Scrolls the days of the month.
Each day is clickable.
Files package
main.fla
Main.as
LoadingXML.as
calendar.xml
readme.txt
Important : Open LoadingXML.as file and change the URL to XML file at line n° 34.
XML options
- name attribute: the month's name
- date attribute: the day of the month
- event attribute: the event of the day
- url attribute: the url of the event page
XML file:
HTML Code:
<?xml version="1.0" encoding="UTF-8"?>
<month name="OCTOBER">
<day date="01" event="write the event here" url="http://flepstudio.org"></day>
<day date="02" event="write the event here" url="http://flepstudio.org"></day>
<day date="03" event="write the event here" url="http://flepstudio.org"></day>
<day date="04" event="write the event here" url="http://flepstudio.org"></day>
<day date="05" event="write the event here" url="http://flepstudio.org"></day>
<day date="06" event="write the event here" url="http://flepstudio.org"></day>
<day date="07" event="write the event here" url="http://flepstudio.org"></day>
<day date="08" event="write the event here" url="http://flepstudio.org"></day>
<day date="09" event="write the event here" url="http://flepstudio.org"></day>
<day date="10" event="write the event here" url="http://flepstudio.org"></day>
<day date="11" event="write the event here" url="http://flepstudio.org"></day>
<day date="12" event="write the event here" url="http://flepstudio.org"></day>
<day date="13" event="write the event here" url="http://flepstudio.org"></day>
<day date="14" event="write the event here" url="http://flepstudio.org"></day>
<day date="15" event="write the event here" url="http://flepstudio.org"></day>
<day date="16" event="write the event here" url="http://flepstudio.org"></day>
<day date="17" event="write the event here" url="http://flepstudio.org"></day>
<day date="18" event="write the event here" url="http://flepstudio.org"></day>
<day date="19" event="write the event here" url="http://flepstudio.org"></day>
<day date="20" event="write the event here" url="http://flepstudio.org"></day>
<day date="21" event="write the event here" url="http://flepstudio.org"></day>
<day date="22" event="write the event here" url="http://flepstudio.org"></day>
<day date="23" event="write the event here" url="http://flepstudio.org"></day>
<day date="24" event="write the event here" url="http://flepstudio.org"></day>
<day date="25" event="write the event here" url="http://flepstudio.org"></day>
<day date="26" event="write the event here" url="http://flepstudio.org"></day>
<day date="27" event="write the event here" url="http://flepstudio.org"></day>
<day date="28" event="write the event here" url="http://flepstudio.org"></day>
<day date="29" event="write the event here" url="http://flepstudio.org"></day>
<day date="30" event="write the event here" url="http://flepstudio.org"></day>
<day date="31" event="write the event here" url="http://flepstudio.org"></day>
</month>
Source files: