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

Visualizando flash en html, problema...

Estas en el tema de Visualizando flash en html, problema... en el foro de Flash y Actionscript en Foros del Web. Buenas. Tengo una película flash (una galería Wall pro , en AS3 y espartado a flash 10.1) la cual local mente se ve bien en ...
  #1 (permalink)  
Antiguo 11/04/2011, 03:45
 
Fecha de Ingreso: abril-2011
Mensajes: 1
Antigüedad: 13 años, 1 mes
Puntos: 0
Pregunta Visualizando flash en html, problema...

Buenas.

Tengo una película flash (una galería Wall pro , en AS3 y espartado a flash 10.1) la cual local mente se ve bien en dreamwaver, pero cuando la subo no se carga.

Anteriormente cuando uno exportaba desde flash, el html generado no traía ese problema, pero ahora ni el generado por Flash se ve cuando lo subo al servidor.

Aquí le dejo el código a ver si me ayudan.


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento sin título</title>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>

<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="966" height="450" id="FlashID" title="eventos">
<param name="movie" value="èventos.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="èventos.swf" width="966" height="450">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="9.0.45.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
<div>
<h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
//-->
</script>
</body>
</html>



Espero alguien pueda ayudarme...

saludos.

Etiquetas: flash, html
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 15:38.