+ Reply to Thread
Results 1 to 2 of 2

Thread: [Flash]Digital Time

  1. #1
    satheesh's Avatar
    satheesh is offline x10 Elder satheesh is an unknown quantity at this point
    Join Date
    Sep 2007
    Location
    Tamil Nadu,India
    Posts
    883

    Smile [Flash]Digital Time

    Digital Time

    1.Create a Text Field and Create set them instance name = “time”.
    2.Select the first Frame.
    3. Press F9 and Copy Code Below and paste it.

    Code:
    _root.onEnterFrame = function() {
        var time:Date = new Date();
        hour = (time.getHours()<=12) ? time.getHours() : (time.getHours()-12);
        hour = (hour<10) ? ["0"+hour] : hour;
        second = time.getSeconds();
        second = (second<10) ? ["0"+second] : second;
        Minutes = time.getMinutes();
        Minutes = (Minutes<10) ? ["0"+Minutes] : Minutes;
        _root.time.text = [hour+"."+Minutes+"."+second];
    };
    Last edited by satheesh; 10-04-2007 at 01:16 AM.
    I want to buy Some Scripts So Please Click This link:http://affiliate.tufat.com/index.php?id=4384
    Please rate my site:Click here




  2. #2
    nakg0d is offline x10Hosting Member nakg0d is an unknown quantity at this point
    Join Date
    Oct 2007
    Location
    USA
    Posts
    70

    Re: [Flash]Digital Time

    I've been looking around for an already-compiled countdown timer in flash for a long time now... it'll actually come in good use with one of my ajax-powered scripts, since I haven't thought of an alternative (purely-javascript) way to countdown time based on XMLHTTPRequests... *blabbers*

    If I ever need to reference for a timer, this would be it. Thanks..

+ Reply to Thread

Similar Threads

  1. Time out prob
    By elserge82 in forum Free Hosting
    Replies: 6
    Last Post: 11-29-2005, 07:04 PM
  2. Replies: 4
    Last Post: 09-04-2005, 03:27 AM
  3. More time to create website
    By -Daniel in forum Feedback and Suggestions
    Replies: 6
    Last Post: 07-03-2005, 04:34 PM
  4. Cannot acces website and forums most of time
    By dbforum in forum Free Hosting
    Replies: 20
    Last Post: 03-06-2005, 03:49 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers