Usamos cookies para medir audiência e melhorar sua experiência. Você pode aceitar ou recusar a qualquer momento. Veja sobre o iMasters.
Comprei um site flash do Activeden o qual é atualizado e personalizado por XML. Até aí tudo bem, mas ao enviar para o servidor, o SWF não inicia automaticamente.Segue o HTML da página index.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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Author" content="author">
<meta name="keywords" content="keywords" />
<meta name="description" content="desc" />
<title>Caffeine Agência de Estímulo</title>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="swfaddress.js"></script>
<script type="text/javascript" src="swffit.js"></script>
<style type="text/css"> height: 100%;
overflow: hidden;
}
#flashcontent {
height: 100%;
}body {
height: 100%;
margin: 0;
padding: 0;
background-color: #ffffff;
}font-size: 10px;
font-family: Verdana;
line-height:17px;
color:#ffffff;
}
.style1 {
font-size: 11px;
font-family: Verdana;
color:#ffffff;
text-transform:uppercase;
}
</style>
</head>
<body>
<div id="flashcontent">
<p style="color:#999999">Do wyświetlenia tej strony potrzebny jest Flash Player 9.0.115<br/>
You need Adobe Flash Player 9.0.115 to visit this site.</p>
<hr width="360" align="left"/>
<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" /></a></p>
</div>
<script type="text/javascript">
var flashvars = {};
flashvars.url_config="xml/configuration_site.xml";
flashvars.initServices=true;
var params = { allowfullscreen:true,allowScriptAccess:"always"};
var attributes = { id:'flashObject',bgcolor:'#000000' }; // give an id to the flash object
swfobject.embedSWF("index.swf", "flashcontent", "100%", "100%", "8", "expressInstall.swf", flashvars, params,attributes);
//swffit.fit("flashObject",900,620);
</script>
</body>
</html>
O "index.swf" está na mesma pasta do "index.html". Estou tentando rodar neste endereço: www.agenciacaffeine.com.br
Alguém tem alguam sugestão? Estou desde ontem pesquisando sem sucesso.
Obrigado!
Carregando comentários...