Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/03/2008, 11:03
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 6 meses
Puntos: 890
Re: Reloj En Mi Web

si pruebas asi

onEnterFrame = function()
{
time = new Date();
hora = time.getHours();
minutos = time.getMinutes();
segundos = time.getSeconds();
hora_txt.text = hora;
minutos_txt.text = minutos;
segundos_txt.text = segundos;

}
__________________
Drupal Argentina