PDA

View Full Version : Flash Banner onto the Header


KURTZ
07-09-2008, 04:14 PM
hi folks, i've a question:

this is the original header

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]" id="header_right_cell">
<if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else />&nbsp;</if>
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

$ad_location[ad_header_end]

i followed THIS (http://www.vbulletin.com/forum/showthread.php?t=181831) tutorial so now i've got the following header ...

<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="center"><embed src="mybanner.swf" "width="1280" height="150'></embed>/></td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

right now the flash header is working ... (CHECK OUT (http://www.fniv.it/board/index.php)) but i've a trouble, i cannot reload my index cause i cannot click over the flash banner ...

so my question is: it's possible to fix this? and also my new header is correct? cause if you see i found a tutorial for the 3.5.x version ...

thx for the help

nexialys
07-09-2008, 04:24 PM
Flash is self contained, you can't put a href over a flash element... BUT you can add a link besides it, or a new link to the index page.. ;)

KURTZ
07-09-2008, 05:15 PM
OK i don't know how, but i'll try ... :D

however Nex, the 'new' code is correct? cause i saw some differences between the 3.7 and the 3.5 ...

thx