|    
			
				02/04/2007, 04:00
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: marzo-2007 
						Mensajes: 89
					 Antigüedad: 18 años, 7 meses Puntos: 0 |  | 
  |  Re: urgente: cuando acaba un flv????  
  Pues de momento no me funcionó. El flv lo cargo desde un xml de esta manera:
 var conexion:NetConnection = new NetConnection();
 conexion.connect( null );
 var stream:NetStream
 v_publi.attachVideo( stream );
 // reproducimos el stream
 stream.play( urlPubli );
 
 la url la carga bien, pero no me hace el paly del video. Me da este error:
 1000: Unable to make connection to server or to find FLV on server
 
 Sabes por que puede ser????
 Gracias
     |