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
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:
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:

4- Image Galleries / Slideshows Collection:

6- Navigation Menus Collection:

7- Flash Email Forms Collection:

8- FLV Video Players Collection:
See more files by SaafiDesign
@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