Jump to content
Fórum Script Brasil
  • 0

You need to upgrade your Flash Player - RESOLVIDO!


ldorneles

Question

Olá caros foristas...

Peguei um template para fazer um site para um cliente e apóss a edição total do template, fiz sua publicação.

Mas online agora está aparecendo a seguinte mensagem:

You need to upgrade your Flash Player

This is replaced by the Flash content. Place your alternate content here and users without the Flash plugin or with Javascript turned off will see this. Content here allows you to leave out noscript tags. Include a link to bypass the detection if you wish.

Não sei o que fazer, e o site não carrega.. Já tentei atualizar o plugin do flash em todos navegadores bem como testar em outras máquinas o acesso.. mas infelizmente não consegui resolver.

Agradeço a ajuda de algum amigo forista..

Edited by ldorneles
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
Aposto que no template não está presente o swfobject

Olá IAMDIX.... creio que esta sim, a seguir vou colar todo codigo da index.... obrigado pela ajuda e atenção.

<!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" />

<title>XML Template</title>

&lt;script type="text/javascript" src="js/swfobject.js"></script>

&lt;script type="text/javascript" src="js/swfaddress.js"></script>

&lt;script type="text/javascript" src="js/swffit.js"></script>

&lt;script type="text/javascript">

var params = {

quality: "high",

scale: "noscale",

wmode: "window",

allowscriptaccess: "always",

allowFullScreen: "true",

bgcolor: "#000000"

};

var flashvars = {

siteXML: "xml/site.xml"

};

var attributes = {

id: "flashcontent",

name: "flashcontent"

};

swfobject.embedSWF("preview.swf", "flashcontent", "100%", "100%", "9.0.124", "expressInstall.swf", flashvars, params, attributes);

swffit.fit("flashcontent",980,600);

</script>

<style type="text/css">

/*hide from ie on mac\*/

html {

height: 100%;

overflow: hidden

}

#flashcontent {

width: 100%;

height: 100%;

}

/* end hide */

body {

height: 100%;

margin: 0;

padding: 0;

background-color: #000000;

}

.STYLE1 {color: #999999}

</style>

</head>

<body>

<div id="flashcontent">

<!--SEO-->

<div id="noflash">

<p class="STYLE1"><strong>You need to upgrade your Flash Player</strong></p>

<p class="STYLE1">This is replaced by the Flash content.</p>

<p class="STYLE1">Place your alternate content here and users without the Flash plugin or with

Javascript turned off will see this. Content here allows you to leave out <code>noscript</code>

tags. Include a link to <a href="index.html?detectflash=false">bypass the detection</a> if you wish.</p>

</div>

</div>

</body>

</html>

Link to comment
Share on other sites

  • 0
queria dizer que os arquivos swfobject e nesse caso swfaddress e swffit devem estar na mesma pasta do arquivo swf principal na pagina do servidor

offline estã funcionando o template?

PERFEITO!!! Você matou a charada nobre IAMDIX... realmente os três arquivos citados estavam faltando dentro da respectiva pasta. Coloquei-os no lugar certo e o site carregou normalmente. Muito obrigado mesmo pela ajuda... Abraço!!!

** Considero o tópico encerrado e resolvido

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652.1k
×
×
  • Create New...