no puedo invertir los fotogramas..porke es un video (flv)..asi k la que me queda es usar AS....bien..yo tengo algo asi.
[/code]inicio_vid.onEnterFrame = function ()
{
if (this._currentframe != 1)
{
this.prevFrame();
}
else
{
this.play();
delete this["onEnterFrame"];
} // end if
};
Código :
pero no me responde......alguei me podria dar una mano....Saludos