Home / Components / User Interface / Advanced Event Calendar /

Advanced Event Calendar

17 purchases

vip User Interface Advanced Event Calendar Event calendar made in ActionScript2.0 easy to use and configure ... simple and elegant. $15 http://www.flashcomponents.net/component/2d_advanced_event_calendar.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/978_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]

> View graphic table with full license features

$15.00

buy now

Package includes: FLA, images, XML file, SWF, HTML

Flash Version: Flash 8, Flash CS3

Viewable with: Flash Player 8

Action Script: ActionScript 2.0

Product ID:F0800978

Author:

vip

vip avatar

Just a simple programmer with Flash interests! I make high quality flash components and I give free support....

 

Recently viewed:

X-Treme Transition Effects
Mini Spark Events Calendar
Advance XML Image Gallery
XML Team Viewer Module v1
XML News Viewer Module v2
Free XML Photo Template 04 AS3
Advanced Particle Emitter
Advanced Vista FLV/MOV/MP4 Player
Sense Weather Clock Black
Flash4All - Photo Gallery
Free XML Photo Template 04 AS2
Sliding Flexible XML Menu

Please install flash first.

This component can be used in your personal site, business site or just like a simple application ... The events, pictures for every month, the name of the month, the day number for each month, the name of the days, almost everything is given by the XML file. The calendar is made in ActionScript 2.0 and you can find the code in the first frame. Some variables that you can change on the .fla file:

width set the calendar width

height set the calendar height

border set the size of the picture border, you can put a picture for every month

borderColor set the picture border color

daySpacing set the spacing bettwen the days ... but this is a minimum spacing, the code will genereate the best spacing

beginDay set the begin day for the calendar ... you just give the value and the calendar will auto arrange

number set the number of events category that will be display ... the rest of the event on that day will be autoscroll

categoryNumber you can add new category to the XML file ... there is no limit but the code gets just a limited number ... this is the categoryNumber ... so if you give more category dont forget to increase this number

scrollWidth for the events you are going to have a scroll bar if it's necessary ... just set the width of this bar ... the height will auto generate

barNumber the pictures have a round bar preloader ... set the bars number

barWidth for the preloader set the bars width

barSpace set the preloader bar space

fillType
colors
colorsOver
alphas
ratios
matrix gradient for the scroll bar ... you can set the colors ... alphas ... ratios ... every thing is customizable

some text formats you can set the (font/color/size/bold/underline) I just tell you what are this about:

monthFormat set the month text format

yearFormat set the year text format

dayFormat set the day text format

dayFormatSpecial set the format for special days like Su/Sa

daysFormat set the format for the number of the day

daysFormatSpecial set the number of the active day text format

eventFormat set the event text format

I offer full support for this component and a special price

$15.00

buy now

License:

Personal License By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.

Usage Terms: Personal Commercial Multiple
Use in ONE SINGLE NON-COMMERCIAL project
Unlimited use in the same project
Use in ONE SINGLE COMMERCIAL project
For your client's ONE SINGLE COMMERCIAL project
MULTIPLE COMMERCIAL projects
For your client's MULTIPLE COMMERCIAL projects

Other by vip:

MP3 Player with Playlist

Advanced MP3 player with playlist and control b...[+]

More >>

XML News with Slide Show

Advanced XML/ HTML News Reader with a fade in/o...[+]

More >>

Horizontal Dock Scroll

Nice horizontal scroll with dock effect ... Coo...[+]

More >>

Related components:

Flash Events Calendar

Fully customizable XML-driven Flash Calendar. M...[+]

More >>

Advanced Events Calendar

Perfect dynamic event calendar , XML driven. It...[+]

More >>

Gmail Calendar Component

This calendar pulls data from a gmail calendar ...[+]

More >>

1 / 22

Featured components:

PageTurn 3D

PageTurn 3D is a Flash component that allows yo...[+]

More >>

PhotoFlip 3D CS AS3

Build real time 3D cover flow effect with Photo...[+]

More >>

HTML / XML Video List AS2 - v2 ( & FLV Player )

This is the second version of the HTML / XML V...[+]

More >>

15 comments

Add comment

  • vip

    For next/previos month or year just move the mouse on the month/year name and the arrows will appear … just click and that‘s it. And for back to calendar when you click an event just click Events/Calendar.



    #  /  PM  /  posted on Oct 08, 2008
  • what a great file, great work



    #  /  PM  /  posted on Oct 08, 2008
  • Had no problem getting the program up an running. Having problem displaying event if the event day is the last day of the month.



    #  /  PM  /  posted on Oct 27, 2008
  • vip

    If the last day of the month is 31 …. a saw the problem … sorry is my mistake … just modify line 534:

    for(j=0;j<31;j )

    with

    for(j=0;j<=31;j )

    sorry for the inconvenient …
    Regards
    Vip



    #  /  PM  /  posted on Oct 27, 2008
  • Is there "ADD EVENT" front end aplication to allow my site visitors add their events?



    #  /  PM  /  posted on Nov 02, 2008
  • vip

    No … the events are add from the XML file … it could be done for every user to add their own events … but this means that every user to have their own XML file that can be modify … this can be done is you are realy interested contact me at viptehnology@gmail.com



    #  /  PM  /  posted on Nov 03, 2008
  • Purchased. Nice program
    Just wondering if you have any documentation for the AS so I don’t have to go through your code line by line to figure out what is what?
    Trying to change the box and fill around the date in the main calendar.
    In your example you have a 1 point line around the 7th. I would like to modify that, is it possible?
    Also, how do you estimate picture size and position?



    #  /  PM  /  posted on Nov 26, 2008
  • vip

    “Trying to change the box and fill around the date in the main calendar.
    In your example you have a 1 point line around the 7th. I would like to modify that, is it possible? “


    This is posible … but you will change to all the days that have event on it … the code is :


    with(calendar.numbers[“day” i].background.event){ lineStyle(1,0xFFFFFF); lineTo(dw,0); lineTo(dw,dh); lineTo(0,dh); lineTo(0,0); _alpha=0;
    }


    alpha=0 is left there because I used a beginFill at first … you can use that …


    “Also, how do you estimate picture size and position?”


    What picture are you talking about ? the main picture is loaded, resized and mask-ed


    Any way … please send an email to viptehnology@gmail.com … and you will recive the code surce with comments on it … this is how you will know where is everything.



    #  /  PM  /  posted on Nov 26, 2008
  • Is there a way to have the calendar only one year, i.e., 2010?



    #  /  PM  /  posted on Mar 25, 2009
  • I love the calender its great!! But i think when i was changing some of the pictures and things i might have accidently deleted some code because the numbers for my sundays will not stay still and sort of float of the page then come back , really embarressed cant figure out what i did…..PLS HELP!!! :’( ... Thank you in advance!!!



    #  /  PM  /  posted on Jun 20, 2009
  • vip

    Hi lunawebworks ….


    please send me the .fla and xml file to viptehnology@gmail.com and I will take a look …


    Regards,
    VipTehnology



    #  /  PM  /  posted on Jun 20, 2009
  • I have a wix site (so obviously I'm not the greatest HTML expert). Ho easy is a calendar like this installed on a wix page?



    #  /  PM  /  posted on Jan 17, 2012
  • I am trying to integrate your XML Calendar into an existing flash page. Do you have any documentation as to how to go about that? I've tried just placing the calendar_container on the stage but that does not work. Any help you can offer would be appreciated.



    #  /  PM  /  posted on Jan 18, 2012
  • vip

    Hi cybercanvas,

    yes I can help you with the integration, please send me an email with your .fla file at support@viptechnology.co and I will make the modifications for you.

    Regards, VipTechnology



    #  /  PM  /  posted on Jan 18, 2012
  • vip

    Hi indigomoor,

    I'm not familiar with wix website, as I see it is an page where you chose an flash template that you configure, I don't think you can make modifications to that template. Please give me more details at support@viptechnology.co and I will see what I can do.

    Regards, VipTechnology



    #  /  PM  /  posted on Jan 18, 2012
Please login to post comments.