- 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
251 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
Hi, I’ve been having some problems with the events window. My calendar is a different proportion and I’ve manage to position the text box and the up and down arrows, but the date on top is all to the right cut in half.
How can I open the visible area so that the full date shows up and change it’s coordinates?
Thanx
Hi Snowcat,
Bought your component today, but I’m having some trouble with the dimensions of the icons. Is it possible to display an icon properly that has larger dimensions than the 75px by 75px examples?
If I try this now with, let’s say an image that’s 400×400 is shows up as an image of 75×75.
Kind regards,
Hi,
Use F6.
When it creates a new frame with the same button, try to delete the button and drag&drop the calendar_container.
I'm pretty new to Flash so this may be trivial. Do I create the 2nd frame mentioned in your instructions using the F5 or F6 (key frame). I tried using the F5 and when I do I get another calendar on top of the first calendar and the button. With F6 I get just a white stage with the button on it. When I press the button on either one it does nothing. Thanks for you help.
Lee
Hi,
When you open the calendar.fla.
In the library panel (Ctrl + L) you have a symbol called calendar_container.
Select the second frame from the main timeline and drag & drop on the stage the calendar_container.
Next right click in the Library panel and select New Symbol.
At name insert button1.
Draw a rectangle that looks like a button.
Go back to stage by clicking on the Scene 1 label (you find this label somewhere
above the stage)
Select the first frame and drag & drop on the stage the button1 symbol and give it an instance name (let’s say but1).
Next select the first frame and press the F9 button to open the actions panel and write the
following piece of as2 code:
stop();but1.onMousePress = function()
{
gotoAndStop(2);
}
When using loadmovienum() function, the calendar comes up as desired (when I press the menu option in my main movie) but there is no way to close it. Is there a way add a close button or X in the top right corner of window etc…?
Fairly new to flash active script - purchased componant and read installation instructions. I would like the calendar to come up when someone clicks on a menu item. Is there a tutorial for this or somewhere else I can find similar instructions? Thanks
Lee
Hi,
Sorry to announce you but to make this component work with frames (on main timeline) would need a lot of modifications on the code.
Because almost all the calendar content text is rendered as html text.
And for now we don’t have anyone avaible for custom work.
























help
and feedback
latest
news
latest
forum entries
Marcos,
You’ll need to open the FLA file.
Double click on the calendar_container symbol from the library (Ctrl + L).
Next, select the first frame from the main timeline and press F9.
Find the line 316 and 317 and comment them.
Next you’ll need to increase the width and height of the calendar (lines 2 and 3).
Last you’ll need to go to the line 285 and and find where it writes (area._height/4) + 45.
Instead of 45 write 245.
This way should work using bigger icons.
P.S.
I want to mention that the event day container may look a bit elongate.
besign,
Could you send me a PM with the calendar archive to see what it’s all about?