Page 1 of 1

flash banners

PostPosted: Thu Jan 11, 2007 3:45 am
Author: goodgad
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Beginner
Board URL: http://www.twitchy.co.uk

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

I was trying to put a flash header and banner on site. i thought if it was hosted by imageshack or photobucket it would just be a matter of pasting the code but it doesnt work <img> anybody been able to do this and how ?

Re: flash banners

PostPosted: Thu Jan 11, 2007 10:27 am
Author: Helter
is the flash full length? can you post the embed code?

since a flash can sometimes be a large file, and every image that is hosted offsite will slow your site down, you should host it localy.

youll have to edit AcidTech/overall_header.tpl

find

Code: Select all
    <tr>         <td><div><a><img></a></div></td>     </tr>


replace with (after you edit the bold info)

<tr>
<td width="100%" height="Image height" valign="top"">
<object>
<param>
<param>
<param>
<param>
<embed>
</embed>
</object>
</td>
</tr>



Now place the flash.swf in the main AcidTech/images folder

Since logo_bg.gif is only 88px high, it will repeat if your flash is taller. You can edit logo_bg.gif in your fav image editor to be at least as tall as your flash file

PostPosted: Sat Jan 13, 2007 9:35 am
Author: goodgad
thx Helter - i'll give it a go