Search  

FLASH ANALOGUE COUNTDOWN CLOCK

HomeBrowse CategoriesFlashApplications and UtilitiesFlash Analogue Countdown Clock

Count down to your next event with this easy-to-use Flash Countdown.

An all-vector, scaleable Flash countdown clock movie (ActionScript 2.0). Counts down to a target date based on the user’s system clock. Multiple versions included: 4-day/hours/minutes/seconds, 3-day/hours/minutes/seconds, 2-day/hours/minutes/seconds and hours/minutes/seconds. An ‘end countdown’ function can be configured within Flash.

__________________________________________________

Updated to version 1.1 – November 6, 2008:

  • fade in a text message after countdown reaches zero
  • redirect to another web page after countdown reaches zero
__________________________________________________

Easily customizable: by editing an XML config file, you can adjust:

  • target year, month, date, minute, second
  • target date’s time-zone, relative to Greenwich Mean Time
  • number color
  • number background color
  • border colors
  • text label color
  • sound effect volume

View the file in action here

Readme file

Other Files:

\ \ \ \

Keywords: countdowns, countdown, count down, counter, counters, counting, digital counter, analogue counter, odometer, numbers, animated, animation, clock radio, timer, timers, time bomb, clock, screensaver, screen saver, clock, new year’s eve, newyear, newyears, new years

Posted 5 months ago

Nice timer! Is there a way to make it count down only days?

Posted about 1 month ago

Erickr: I guess that you could delete all of the HOURS , MINUTES and SECONDS number windows + text and colon windows then change the minimum and maximum number window references to this (to display 2 day windows):

var numberWindowsMin_num:Number = 3; var numberWindowsMax_num:Number = 4;

…but you’d only see it animate when the number of days changed i.e. at midnight.

Posted about 1 month ago

Where does this timer get the synchronizing time from? Is it from any specific server time or with your computer clock?, because I made some test and the second work differently when been reset several times…

Posted about 1 month ago

OH… I got it…. its not a timer server stuff like the one I seen…its a simple timer entering specific date time, days and so on…. nice job…!

Posted about 1 month ago

gotDESIGN: Yeah it gets the current time from the local system. So if a user’s clock isn’t accurate then the timer will be off. My Mac’s time and date is automatically synchronized with a time server. Not sure if it’s a huge problem – I’m assuming that most user’s clocks would be set properly.

I’ve been thinking about how to do a version that gets the current time from the server – maybe getting the current time initially when the SWF loads then using Flash’s internal timing, getTimer() or something like that. Getting the current time from the server every second wouldn’t work very well I don’t think.

Posted about 1 month ago

Hi. this is exactly what we need for our website.

Would it be possible to hide the countdown setting fields, including the stop and go buttons from the scene?

what we need is a coming soon countdown for 2009. and we want the clock to start counting without clicking the “Go” button.

Please let me know.

Thank you so much,

Posted 27 days ago

Hi. I just bought this file anyway. Looks great! You saved my time.

Thanks.

Posted 27 days ago

Damn! After downloading this… wow! I’m so confused. I just want the SWF file after I change the coordinates, because I have to overlay it over a graphic and then export the SWF . This XML stuff is confusing.

Posted 24 days ago

skoolbus: Check out the readme file included in the ZIP file – it explains what changing each variable in the XML file will do.

Posted 23 days ago

If I change date and time settings of my PC the countdown shows wrong time. You should base it to web server.

Posted 15 days ago

how do you change the dimensions of the timer? like i want to make it at least the size of the one at the top of this page

Posted 14 days ago

decaturdan: you can accomplish this by adjusting the width and height when embedding the SWF . Check out the ‘index.html’ file – it uses SWFObject v2.0 to embed the SWF . On line 29, the 3rd and 4th arguments are the width and height of the SWF :

swfobject.embedSWF("countdown_flip_4days.swf", "flashcontent", "388", "74", "8.0.0", false, flashvars, params, attributes);

If you change that to:

swfobject.embedSWF("countdown_flip_4days.swf", "flashcontent", "776", "148", "8.0.0", false, flashvars, params, attributes);

…it should scale up the SWF to double its original size.

You could also edit the FLA and scale up or down the ‘countdown_flip_mc’ MovieClip on the main timeline. But with the other way, you won’t need to open Flash.

Posted 14 days ago

Hi.

Great file!

Is there any way I can remove the bottom bar from the timer?

I know I can reduce the alpha of the days, hours etc….but I would also like to totaly reove the bottom grey bar. Is this possible?

Thanks for your time in advance.

Posted 8 days ago

ADH : I think what you might have to do is edit the FLA in Flash and make the stage size 54 pixels high instead of 74 then re-publish the SWF – this should crop out the text area and text fields.

Posted 8 days ago

Worked a treat!! Thankyou very much for your prompt reply!

Posted 7 days ago