Log in

View Full Version : Adding a flash banner


Watson
11-09-2004, 07:08 PM
I am having trouble adding my flash banner to my site header. Can anyone give me some pointers please

Watson

here is my code


<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="banners/banner.swf">
<param name="quality" value="high">
<embed src="banners/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="160"></embed></object>
</td>
<td align="$stylevar[right]">
&nbsp;
<!--
NEW HEADER &amp; NAVBAR

Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.

This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->

Zachery
11-09-2004, 07:36 PM
I am having trouble adding my flash banner to my site header. Can anyone give me some pointers please

Watson

here is my code


<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%">
<param name="movie" value="banners/banner.swf">
<param name="quality" value="high">
<embed src="banners/banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="160"></embed></object>
</td>
<td align="$stylevar[right]">
&nbsp;
<!--
NEW HEADER &amp; NAVBAR

Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.

This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->

Well whats the problem specificly?

Dean C
11-09-2004, 07:41 PM
Moved to general vBulletin Questions :)

Watson
11-09-2004, 07:45 PM
sorry bout wrong section.

Its just not loading up Zach, I am trying it on a different template 1st, cause I dont wanna muck up my main 1, but nothing is loading :(

Zachery
11-09-2004, 07:49 PM
sorry bout wrong section.

Its just not loading up Zach, I am trying it on a different template 1st, cause I dont wanna muck up my main 1, but nothing is loading :(
The only reasons it wouldnt load is either you have bad html, or its not where you say it is.

Watson
11-09-2004, 09:51 PM
Its in my header template defo, and the banner works if you go to it on its own, but not when its done in the header template