View Single Post

  #1 (permalink)  
Old 12-10-07, 07:10
Flep Flep is offline
Administrator
 
Join Date: Jul 2007
Location: Cesena
Posts: 4,490
Rep Power: 6
Flep is on a distinguished road
Monthly Calendar

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:
Attached Files
File Type: zip MonthlyCalendar.zip (721.8 KB, 312 views)

__________________

 


I recommend: Essential Actionscript 3.0

- Non rispondo ai messaggi privati con domande tecniche. Apri una discussione sul forum !
- I do not reply technicians pvt messages. Open a thread !

Last edited by Flep; 05-06-08 at 17:41..
Reply With Quote