Page 1 of 1

Flash Banner White Space

PostPosted: Wed Mar 28, 2007 4:04 pm
Author: Kusco
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://mtc.treinodesportivo.com.pt/Forum

PHP Version:
MySQL Version:


What was done before the problem appeared?
Some seacrches


What was done to try to solve the problem?
Reading some Posts <img>



De.scription and Message

How? Where can I change the whithe space behind the flash banner file(s)?

Tanks in advance.

Re: Flash Banner White Space

PostPosted: Wed Mar 28, 2007 8:51 pm
Author: Helter
create and save your flash as usual. In the html code to display it, remove the bgcolor references from the <param> and <embed> tags and replace with

Code: Select all
 <param>  <embed>  

Re: Flash Banner White Space

PostPosted: Fri Mar 30, 2007 4:08 pm
Author: Kusco
I try to put the html code on the banners "Image path/Text/Code box" but I received the false positive from craker tracker, what can I do?
Am I doing any thing wrong?

Re: Flash Banner White Space

PostPosted: Fri Mar 30, 2007 4:33 pm
Author: Helter
to add a flash as a forum logo, you need to edit overall_header.tpl

find

Code: Select all
 {QBARS}<a></a><table>   <tr>     <td>       <table>   <tr>    <th><span>Welcome to {SITENAME}</a></span></th>   </tr>   <tr>    <td>      <table>        <tr>          <td><a><img></a></td><BEGIN>          <td><div>{BANNER_0_IMG}</div></td><END>          <td>     </td>        </tr>      </table>    </td>  </tr>     </td>   </tr>   <tr>     <th>{SITE_DESCRIPTION} </th>   </tr> </table>  


replace with

[code]  {QBARS}<a></a><table>   <tr>     <td>       <table>   <tr>    <th><span>Welcome to {SITENAME}</a></span></th>   </tr>   <tr>    <td>      <table>        <tr>          <!-- <td><a><img></a></td>--><td align="center><object classid="clsid]

upload your flash file to root/images/logo/
and edit all instances of "**" to reflect your flash files name and size

Re: Flash Banner White Space

PostPosted: Mon Apr 09, 2007 4:13 pm
Author: Kusco
I'm not talking from the Forum Logo, but from the banners at the rigth side....
Any ideas, more?