Search  

FLASH CALENDAR/ DATE CHOOSER

HomeBrowse CategoriesFlashApplications and UtilitiesUtilitiesFlash Calendar/ Date Chooser

Last Update: 02-04-2008
Source files are now available in Flash 7-8 width AS2 and Flash CS3 with AS3 .

Those who have bought this component and need this in AS3 can re-download it.

Very simple Flash Calendar / Date Chooser utility file. Very easy to use and configure.

Actionscript code is commented.

If you are looking for an Events Calendar File then see this:
Dynamic XML Events Calendar AS 3.0 Version Dynamic XML Events Calendar

Keywords:

flash calendar, flash calendar component, calendar, date selector, date chooser, as2 date chooser, as3 date chooser, date picker, date component



Subscribe Here to be Get Notified About New File Releases

You might also be interested in:

1- Website Templates Collection:
Creative Studios Portfolio V2 [ With Videos ] Creative Studios Portfolio Portfolio Presentation

2- XML News
Dynamic XML News Interactive XML News

3- Widgets / Utilities
3D Profile Viewer Dynamic XML Events Calendar AS 3.0 Version Dynamic XML Events Calendar Dynamic XML Team Members Multiple File Uploader Ultimate Fullscreen Videos Solution Flash Calendar / Date Chooser

4- Image Galleries / Slideshows Collection:
Zoom Slideshow / Banner Rotator Dynamic XML Grid Gallery 3D Image Stack Gallery Dynamic Slideshow Interactive Fullscreen Image Gallery V3 Interactive Fullscreen Image Gallery Slideshow with Burn Effect

5- Dynamic XML Scrollers:
Horizontal Thumbnails Scroller Vertical Thumbnails Scroller

6- Navigation Menus Collection:
Dynamic Accordian Menu 2 Dynamic Accordian Menu

7- Flash Email Forms Collection:
Flash and PHP Email Form

8- FLV Video Players Collection:
KI Media Player with Playlist

See more files by SaafiDesign


Posted 11 months ago

@kag

you have to comment out the following block of code in Actions layer inside the FlashCalendar movieclip:
dateMC.onRollOver = function(){
            this.gotoAndStop("over");
        }
        dateMC.onRollOut = function(){
            if( this.id != getDate() ){
                this.gotoAndStop("up");
            }
        }
        dateMC.onRelease = function(){
            target_text_field.text = this.id+"-"+(getMonth()+1)+"-"+getYear();
            root._visible = false;
        }
so after commenting out it should look like:
/*dateMC.onRollOver = function(){
            this.gotoAndStop("over");
        }
        dateMC.onRollOut = function(){
            if( this.id != getDate() ){
                this.gotoAndStop("up");
            }
        }
        dateMC.onRelease = function(){
            target_text_field.text = this.id+"-"+(getMonth()+1)+"-"+getYear();
            root._visible = false;
        }*/
Posted about 1 month ago

Thanks that worked but i only want to make some dates unclickable how do i do that and can i make them a different colour?

Posted about 1 month ago

@kag

I don’t know what are your exact requirements but it will require customizing this file for some extra cost.

Posted about 1 month ago

Thats cool, basically i would like to update it so if someone books on the 15 september to the 20th the next person who chooses dates see they can book on those dates etc

Posted about 1 month ago

Hi,

perfect component that fits my project like a glove :-)

Diggin in to the code I just wanted to ask for the least painful way to get the calendar to return a Date instance of the choosen date. As I understand the date_object is not modified by user interaction. I made a public method to return the date_object but it looks like it isnt affected by chosen date.

All the best, Bjorn

Posted about 1 month ago

Hi can you get back to me re customizing the file as the site is going live this week and am happy to pay extra cheers.

Posted 29 days ago

@kag

I have got too busy so please ask on the forums here on flashden and I am sure someone will help you there. Thanks

Posted 27 days ago