Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/02/2009, 15:38
worldPeace_Plis
Usuario no validado
 
Fecha de Ingreso: marzo-2007
Mensajes: 238
Antigüedad: 17 años, 1 mes
Puntos: 5
Respuesta: una pelicula flash puede reproducirse en reversa?

hola, si, con prevframe
Código PHP:
this.onEnterFrame = function ()
{
this.prevFrame();
if (
_currentframe==1)
delete onEnterFrame;

suerte!