- All
- Special Offers
- User Interface
- Scroll Bar Components
- Flash XML Calendars
- HTML / XML News Readers
- HTML / XML Tables & Grids
- Flash Contact Forms
- Date Picker Components
- Flash XML Guestbooks
- Color Picker Components
- Countdown Components
- Flash Tool Tip Components
- Image Zoom & Panning Controls
- Flash Text Tools & Editors
- Rating and Pool Systems
- Flash Weather Widgets
- 3D Object Rotators
- Shopping Carts
- Flash Maps
- Flash Charts
- Galleries & Slideshows
- Menus & Navigation
- Design & Effects
- Audio & Video
- Templates
- Applications & Games
- Various
- Adobe Flex
- Adobe AIR
- Free Flash Files
- Lightroom Plugins
- Dreamweaver Extensions
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

- Price : $15
- buy now
- add to alerts
Calendar XML demo2
Calendar XML demo3
I am also hving the more than 2 month out not showing issue
when I tried demo3 with the size 300×300 all the months after the next month doesn’t show up!!!
Please advice!
Is there a way to do a recurrent event, with out adding the event for each day. Eg: an event that happens each Sunday
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.
by the way, my email is seagate1005@gmail.com
please help
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 ???
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?
























help
and feedback
latest
news
latest
forum entries
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