Como inserir HTML com SWF Wmode Transparent no Joomla ?
- beeer
-
Autor do Tópico
- Offline
- JCB! Estagiário
-
Menos
Mais
13 anos 10 meses atrás #59254
por beeer
beeer created the topic: Como inserir HTML com SWF Wmode Transparent no Joomla ?
ola ola gente boa =D
Então, já tentei de tudo, mais eu não consigo.
Tipo, eu incluo o banner SWF expansível pelo Dreamweaver, mudo o Wmode para TRANSPARENT, e quando vou abrir, não está transparente, já tentei mudar cores e nada adianta, e depois como coloca-lo com essa transparência no Joomla ?
Muito Obrigado, muito obrigado mesmo.
Então, já tentei de tudo, mais eu não consigo.
Tipo, eu incluo o banner SWF expansível pelo Dreamweaver, mudo o Wmode para TRANSPARENT, e quando vou abrir, não está transparente, já tentei mudar cores e nada adianta, e depois como coloca-lo com essa transparência no Joomla ?
Muito Obrigado, muito obrigado mesmo.
Please Entrar ou Registrar to join the conversation.
- Aureo
-
- Offline
- JCB! Legend
-
- beeer
-
Autor do Tópico
- Offline
- JCB! Estagiário
-
13 anos 10 meses atrás #59466
por beeer
beeer replied the topic: Re: Como inserir HTML com SWF Wmode Transparent no Joomla ?
Olá, bom dia! Muito Obrigado DJ Anael, agora não consigo fazer com que ele apareça transparent no Joomla, não sei onde hospeda-lo e nem onde inserir o local do banner, ja tentei muita coisa tambem, mais não entendo nada de HTML :/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" www.w3.org/1999/xhtml ">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body>
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="728" height="360">
<param name="movie" value="pontonetinfo.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.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="pontonetinfo.swf" width="728" height="360">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.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=" www.adobe.com/go/getflashplayer "><img src=" www.adobe.com/images/shared/download_but...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>
Muito Obrigado.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
<html xmlns=" www.w3.org/1999/xhtml ">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
</head>
<body>
<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="728" height="360">
<param name="movie" value="pontonetinfo.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.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="pontonetinfo.swf" width="728" height="360">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="swfversion" value="6.0.65.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=" www.adobe.com/go/getflashplayer "><img src=" www.adobe.com/images/shared/download_but...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>
Muito Obrigado.
Please Entrar ou Registrar to join the conversation.
- Aureo
-
- Offline
- JCB! Legend
-
13 anos 10 meses atrás #59468
por Aureo
Aureo replied the topic: Re: Como inserir HTML com SWF Wmode Transparent no Joomla ?
Não entendi a sua dúvida creio... já lhe passei um link que ensina a deixar o fundo transparente, a hospedagem do seu arquivo pode ser feita no seu próprio domínio onde está o Joomla! e a posição você que escolhe...
Please Entrar ou Registrar to join the conversation.
- beeer
-
Autor do Tópico
- Offline
- JCB! Estagiário
-
13 anos 10 meses atrás #60131
por beeer
beeer replied the topic: Re: Como inserir HTML com SWF Wmode Transparent no Joomla ?
Boa tarde, então amigo, eu criei que nem estava no link que voce me mandou e coloquei em um modulo de HTML Personalizado.
<object type=”application/x-shockwave-flash” data=”banner.swf” width=”728? height=”360?>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”movie” value=”banner.swf” />
<param name=”wmode” value=”transparent” />
</object>
está correto ? Porque só aparece os códigos na home page, não entendi mesmo como colocar de onde meu banner seria " puxado ". Obrigado
<object type=”application/x-shockwave-flash” data=”banner.swf” width=”728? height=”360?>
<param name=”allowScriptAccess” value=”sameDomain” />
<param name=”movie” value=”banner.swf” />
<param name=”wmode” value=”transparent” />
</object>
está correto ? Porque só aparece os códigos na home page, não entendi mesmo como colocar de onde meu banner seria " puxado ". Obrigado
Please Entrar ou Registrar to join the conversation.