Comunidad de diseño web y desarrollo en internet online

FLV infinito en as3

Citar            
MensajeEscrito el 24 Jun 2011 12:39 pm
Hola!!

Como puedo reproducir un video FLV demanera infinita?

que apenas se acabe comienze de nuevo...

Gracias chicos!!!

Por dianita666

Claber

185 de clabLevel



 

firefox
Citar            
MensajeEscrito el 24 Jun 2011 01:22 pm
Si usas un FLVPlayback, le agregas un listener al evento complete, suponiendo que tenga nombre de instancia miPlayer

Código ActionScript :

miPlayer.addEventListener(Event.complete, repeat)
function repeat(evt:Event):void{
    miPlayer.seek(0);
    miPlayer.play()
}


Jorge

Por solisarg

BOFH

13669 de clabLevel

4 tutoriales
5 articulos

Genero:Masculino   Bastard Operators From Hell Premio_Secretos

Argentina

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.