Foros del Web » Creando para Internet » Flash y Actionscript »

As3 Video no se reproduce

Estas en el tema de As3 Video no se reproduce en el foro de Flash y Actionscript en Foros del Web. Hola, los consulto por el siguiente problema: Tengo un flash as3, donde tengo un video component, cuando abro el archivo html desde el disco rigido ...
  #1 (permalink)  
Antiguo 29/08/2011, 08:40
 
Fecha de Ingreso: junio-2010
Mensajes: 108
Antigüedad: 13 años, 11 meses
Puntos: 2
Pregunta As3 Video no se reproduce

Hola, los consulto por el siguiente problema:

Tengo un flash as3, donde tengo un video component, cuando abro el archivo html desde el disco rigido se reproduce perfecto, pero cuando lo subo al ftp con la misma estructura de carpetas no se reproduce el video. Encima me tira tres caracteres en la pantalla, como si hubiera un error en el codigo. Esta es la web y el código del html:

www.monlorie.com.ar/new

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
	<head>
		<title>intro</title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<script type="text/javascript" src="swfobject.js"></script>
		<script type="text/javascript">
			<!-- Adobe recommends that developers use SWFObject2 for Flash Player detection. -->
			<!-- For more information see the SWFObject page at Google code (http://code.google.com/p/swfobject/). -->
			<!-- Information is also available on the Adobe Developer Connection Under "Detecting Flash Player versions and embedding SWF files with SWFObject 2" -->
			<!-- Set to minimum required Flash Player version or 0 for no version detection -->
			var swfVersionStr = "10.2.153";
			<!-- xiSwfUrlStr can be used to define an express installer SWF. -->
			var xiSwfUrlStr = "";
			var flashvars = {};
			var params = {};
			params.quality = "high";
			params.bgcolor = "#f7c6a6";
			params.play = "true";
			params.loop = "true";
			params.wmode = "window";
			params.scale = "showall";
			params.menu = "true";
			params.devicefont = "false";
			params.salign = "";
			params.allowscriptaccess = "sameDomain";
			var attributes = {};
			attributes.id = "intro";
			attributes.name = "intro";
			attributes.align = "middle";
			swfobject.createCSS("html", "height:100%; background-color: #f7c6a6;");
			swfobject.createCSS("body", "margin:0; padding:0; overflow:hidden; height:100%;");
			swfobject.embedSWF(
				"intro.swf", "flashContent",
				"100%", "100%",
				swfVersionStr, xiSwfUrlStr,
				flashvars, params, attributes);
		</script>
	</head>
	<body>
		<!-- SWFObject's dynamic embed method replaces this alternative HTML content for Flash content when enough JavaScript and Flash plug-in support is available. -->
		<div id="flashContent">
			<a href="http://www.adobe.com/go/getflash">
				<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
			</a>
			<p>This page requires Flash Player version 10.2.153 or higher.</p>
		</div>
	</body>
</html> 

Gracias por repsonder.

Etiquetas: flash, video
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 16:50.