I am trying to make a Countdown timer to use 5 minutes before the begining of church service. Am new to flash MX. Anyone with a walkthrough would really be a blessing. thanks
hi
I’ve discovered with this countdown that if you set a countdown to november or december like the example is miscaluates by 1 hour off, does anyone know how to solve this?
Thanks
[quote=glosrfc;2309065]MX tutorial and source code (page 2) here:
http://www.kirupa.com/developer/mx/countdown.htm
Just change the eventDate variable as required. For example, to set the countdown to run until 5 minutes before a service at noon on Sun, April 13th eventDate = new Date(thisYear, 03, 13, 11, 55);
A search of the forum for “countdown” will also find lots of example FLA’s.[/quote]