Flash Gallery | Flash Templates | Flash Menu | Flash Design | Flash Audio & Video

flash page flip

Actionscript 3.0 video tutorials

+ Reply to Thread
Results 1 to 4 of 4

Thread: Monthly Calendar

  1. #1
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,618
    Rep Power
    9

    Monthly Calendar

    flash templates
    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

  2. #2
    Junior Member Settled In sabelian is on a distinguished road
    Join Date
    Oct 2007
    Posts
    6
    Rep Power
    0

    Re: Monthly Calendar

    how can i change the font size/type/line spacing for the events?

  3. #3
    Administrator Living At The FlepStudio! Flep is on a distinguished road
    Join Date
    Jul 2007
    Posts
    5,618
    Rep Power
    9

    Re: Monthly Calendar

    Hi,
    open mc_day you have in the library.
    There are 2 text fields.

  4. #4
    Junior Member Settled In waterwerd is on a distinguished road
    Join Date
    Jul 2008
    Posts
    1
    Rep Power
    0

    Re: Monthly Calendar

    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?

+ Reply to Thread

Similar Threads

  1. Calendar class
    By davids701124 in forum Actionscript 3.0 newbies
    Replies: 7
    Last Post: 28-04-10, 19:45

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts