.
component categoriescomponent categories
overview
features
help & support
downloads
buy now

4.3/5
Report this file Ask author
Posted by : snowcat 208 purchases
Package includes: FLA
Opens with: Flash 8, Flash CS3, Flash CS4
AS Version: ActionScript 2.0
Viewable with: Flash Player 7 and above
Flash knowledge required: Basic
Documentation: Basic documentated


Calendar XML demo1



Please read the details and full documentation of this component at this address: Flash Calendar







Calendar XML demo2

Calendar XML demo3

Tagstags
Please « login » to add tags.
« Previous 1 2 3 4 5 ...11 12 Next »

regen1005, baderex, cboycam,
We sorry for not having a more elegant solution.
Try to play with the values of variables calendarWidth, calendarHeight, daySize and daySpacing.
You’ll see that this problem dissapears when you set these values right.
We plan in aproximatively 2 months to realease a new version of this component in AS3 with many more features and improvements, at no extra cost.


timothy.rizzo,
You could try as you said to rewrite your base FLA to work with AS2.
That should work just fine.
As I just said, we plan to realease a new version of this component in AS3.


cboycam,
This feature is not yet implemented

cboycam cboycam
 
Has bought the file

I am also hving the more than 2 month out not showing issue

baderex baderex
 
Has bought the file

when I tried demo3 with the size 300×300 all the months after the next month doesn’t show up!!!


Please advice!

cboycam cboycam
 
Has bought the file

Is there a way to do a recurrent event, with out adding the event for each day. Eg: an event that happens each Sunday

timothy.rizzo timothy.rizzo
 
Has bought the file

hi,
thanks for an excellent component. unfortunately, i need to display it inside an AS3 swf and so bringing it into a movie clip in the main FLA is not a viable option. in any case, most aspects work fine loading it with the following:


var imageRequest:URLRequest = new URLRequest(“calendar.swf”
var imageLoader:Loader = new Loader();
imageLoader.load(imageRequest);
addChild(imageLoader);


however, the background images do not load properly(it will display the same image for all months in 2009 and then none at all for 2010) and icons appear correctly the first time a day is opened but are gone if that same day is reopened. everything else works. it seems to me that this may be an issue with ‘losing’ the path. i do understand some actionscript, but on the subject of loading as2 into as3 my knowledge is sketchy at best.


if all else fails, i will likely recode the base FLA to work in AS2 as this calendar is far more complicated than anything else i have going on, but i figured it’s worth it to at least ask. thanks for any insight you can provide.

regen1005 regen1005
 
Has bought the file

by the way, my email is seagate1005@gmail.com


please help

regen1005 regen1005
 
Has bought the file

i bought this calendar yesterday and i have problem going back and forth, if I click previous months the animation gets messed up. Am I the only one that has this problem ???

snowcat snowcat Component author
 

ancalogon, you should replace this line:

curentMonth=my_date.getMonth(); 

with
curentMonth=(my_date.getMonth()+1)>11?0:my_date.getMonth()+1; 

otherwise it will crash for December


I don’t see any reason why the days of the week wouldn’t appear


seti808, an AS3 version is planned, but I think it will be released in 2 to 4 months max

An AS3.0 version of this coming anytime soon?

« Previous 1 2 3 4 5 ...11 12 Next »

 
featured componentsfeatured components