Diminuir banner no modulo do topo.

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
15 anos 5 meses atrás #31317 por riccelly
riccelly created the topic: Diminuir banner no modulo do topo.
vou passar os links pra quem quiser baixar o programa de descompilar arquivos .SWF p/ .Fla

http://www.campinaonline.com.br/Flash_Decompiler_3.1.1.590.rar

meu header.swf do topo...

http://www.campinaonline.com.br/header.swf

quero q ele apareça na resolução 630x216.

será q é preciso mexer nesse swf tb gente?

código na index e a na css:

INDEX:

<!-- BEGIN: LOGO -->
<?php if($show_logo == "true") : ?>
<div id="logo">
<object type="application/x-shockwave-flash" data="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/logo.swf" width="310" height="216">
<param name="wmode" value="transparent" />
<param name="movie" value="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/logo.swf" />
</object>
</div>
<?php endif; ?>
<!-- END: LOGO -->

<!-- BEGIN: flashheader -->
<?php if($show_flashheader == "true") : ?>
<div id="ol-flashheader">
<object type="application/x-shockwave-flash" data="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/header.swf" width="630" height="216">
<param name="wmode" value="transparent" />
<param name="movie" value="<?php echo $this->baseurl; ?>/templates/<?php echo $this->template?>/images/header.swf" />
</object>
</div>
<?php endif; ?>
<!-- END: flashheader -->


CSS:
#ol-flashheader { position: absolute; top: 0px; right: -1px; z-index: 1; border: 0;height: 216px; width: 630px; }
#logo, img#logo { background-repeat: no-repeat; position: absolute; top: 0px; left: 10px; z-index: 9; border: 0; }
#tophead { background-color: #f7f6f4; clear: both; text-align: left; line-height: normal; background-image: url(../images/header_bot.png); background-repeat: repeat-x; background-position: 50% bottom; position: relative; height: 216px; }

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.


Mais
15 anos 4 meses atrás #33087 por leagencia
leagencia replied the topic: Re: Diminuir banner no modulo do topo.
riccelly, primeiramente creio que seja proibido esse tipo de divulgação aqui no fórum!

e quanto a sua dúvida , o tamanho do arquivo em flash está em 630x216? como fez a inserção deste banner no seu site ?

Please Entrar ou Registrar to join the conversation.

  • riccelly
  • Avatar de riccelly Autor do Tópico
  • Offline
  • JCB! Geek
  • JCB! Geek
Mais
15 anos 4 meses atrás #33096 por riccelly
riccelly replied the topic: Re: Diminuir banner no modulo do topo.
obg, evitarei esse tipo de link :)

esse SWF já é um parametro do template. tenho 2 opções , mostra-lo ou nao..

é 630*216 o tamanho..


tu sabes remover o nome webmix templates no .FLA?

Sites Dinâmicos
[url:300s9oc2]http://www.lifeagenciaweb.com[/url:300s9oc2]

[b:300s9oc2]"Aprenda, mas compartilhe!
Vamos crescer juntos!"[/b:300s9oc2]

Please Entrar ou Registrar to join the conversation.