how can i change the font size/type/line spacing for the events?
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:
Last edited by Flep; 05-06-08 at 16:41.
how can i change the font size/type/line spacing for the events?
Hi,
open mc_day you have in the library.
There are 2 text fields.
when i play the swf file extrenally, i get this error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at Main/init()
at Main()
how do I view the calendar on flash player?
Bookmarks