Results 1 to 2 of 2

Thread: FLASH clock .getUTC not working

  1. #1
    bolszo Guest

    FLASH clock .getUTC not working

    Hi,
    I'm trying to create a clock which will show time from a given time zone. In this case I'm using the .getUTC command. I have a problem though as it is working in adobe flash when I do the "Test Movie" option but later after exporting it shows time from my computer. Can anyone help me please.
    Maybe there is a different way to do it?

    Thanks in advance.


    This is the code I'm using:
    time=new Date(); // time object
    minutes = time.getUTCMinutes()
    hours = time.getUTCHours()

    hours = hours +(minutes/60);
    hours = hours +1;

    minutes = minutes*6; // calculating minutes
    hours = hours*30; // calculating hours

    minute_hand._rotation=minutes; // giving rotation property
    hour_hand._rotation=hours; // giving rotation property

  2. #2
    Join Date
    Mar 2011
    Posts
    2

    FLASH clock .getUTC not working

    Our time and attendance system is totally optimized for multiple sites, multiple time zones and multiple languages. There are many features that allow you to configure the application to fit your solution needs. This application will assist your company with compliant with the Fair Labor Standards Act (FLSA) and other state and federal labor regulations.




    payroll check calculator

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •