← HTML + CSS

codigo html para banner flash

Lida 15040 vezes

Offline

Miguel Lucas 
Elite
Mensagens 3619 Gostos 16
Feedback +14

Troféus totais: 35
Trófeus: (Ver todos)
Level 6 Windows User Linux User Mobile User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

Ora a pergunta pode ser parva, mas alguém me sabe dizer um código em html para por um banner em flash com redireccionamento num site?

Obrigado
Offline

dementor4842 
Membro
Mensagens 471 Gostos 0
Troféus totais: 25
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts

Aqui esta um exemplo

Código: [Seleccione]
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nova pagina 1</title>
</head>

<body>

<p>
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="160" height="160">
<param name="movie" value="http://www.nomedosite.com/Filmes/Eden.Lake-Leg.fla">
<param name="quality" value="High">
<embed src="http://www.nomedosite.com/Filmes/Eden.Lake-Leg.fla" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="160" height="160"></object>
</p>

</body>

</html>
Offline

cenourinha 
Elite
Mensagens 4094 Gostos 21
Troféus totais: 34
Trófeus: (Ver todos)
Mobile User Apple User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4

"<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">"

Oush! :|

Quanto à questão, não sei se o que pretendes é uma intro, mas se for isso é feito no ficheiro flash ou então podes usar o html redirect

Código: [Seleccione]
<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.site.com/novapag.html">
Offline

Miguel Lucas 
Elite
Mensagens 3619 Gostos 16
Feedback +14

Troféus totais: 35
Trófeus: (Ver todos)
Level 6 Windows User Linux User Mobile User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

Não, é mesmo apenas um banner publicitário para por no openads..
Offline

Miguel Lucas 
Elite
Mensagens 3619 Gostos 16
Feedback +14

Troféus totais: 35
Trófeus: (Ver todos)
Level 6 Windows User Linux User Mobile User Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter

Está ai alguém? =#