Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

CriaStick

Problema FLASH no DREAMWEAVER

Recommended Posts

Olá amigos estou com problema para fazer o flash rodar no site, já faz um tempinho que não programo,

fiz a animação no flash cc e no dreamweaver cs6

 

Link site ta hospedado: crechespacokids.qlix.com.br

 

Alguem poderia dizer qual o problema no codigo para eu corrigir.

 

Codigo do site:

<!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>Espaço Kids Centro Educacional</title>
<style type="text/css">
.div {
width:200px;
height:100px;
overflow: auto;

}
.Menu {
	font-family: "Humanst521 BT";
	font-size: 17px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
}
.barrinha {
	font-family: "Humanst521 BT";
	font-size: 14px;
	color: #00F;
}
.Texto {
	font-family: "Humanst521 BT";
	font-size: 16px;
	font-style: normal;
	color: #000;
}
body {
	background-image: url(bg.jpg);
}
</style>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>

<body>
<table width="1024" height="1042" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="203" colspan="3" background="topbar.jpg"> </td>
  </tr>
  <tr>
  <td height="55" colspan="3" align="right" background="topmenu.jpg" bgcolor="#FFFFFF"><div class="Menu">Home <span class="barrinha">|</span> Oferecemos <span class="barrinha">|</span> Ambientes <span class="barrinha">|</span> Equipe <span class="barrinha">|</span> Cardápios <span class="barrinha">|</span> Horários <span class="barrinha">|</span> Contato   </div></tr>
  <tr>
    <td width="327" height="495" align="center" bgcolor="#FFFFFF"><p> 
      <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="400" id="FlashID" title="teste">
        <param name="movie" value="file:///D|/Clientes/Espaço Kids/Escola/site/flash.swf" />
        <param name="quality" value="high" />
        <param name="wmode" value="opaque" />
        <param name="swfversion" value="21.0.0.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="file:///D|/Clientes/Espaço Kids/Escola/site/flash.swf" width="550" height="400">
          <!--<![endif]-->
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="21.0.0.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>
    </p>              
    <td width="327" align="center" valign="middle" bgcolor="#FFFFFF"> <iframe src="textoentrada.html" name="main" width="370" height="450" align="middle" scrolling="auto" frameborder="0" id="textoentrada" allowtransparency="true" application="true" >  </iframe>
  </tr>
  <tr>
    <td height="289" colspan="3" background="rodape.jpg"> </td>
  </tr>
</table>
<script type="text/javascript">
swfobject.registerObject("FlashID");
</script>
</body>
</html>

Compartilhar este post


Link para o post
Compartilhar em outros sites

olha vi o codigo bem rapido creio que o erro seja pq vc esta lendo o arquivo local no site, o html esta procurando por esse diretorio na hospedagem que no caso nao existe, so existe em seu computador, entao corrije o caminho que o problema sera resolvido

 

<param name="movie" value="file:///D|/Clientes/Espaço Kids/Escola/site/flash.swf" />

 

file:///D|/Clientes/Espaço Kids/Escola/site/flash.swf

 

tenta corrigir isso localmente

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.