MyBB Community Forums

Full Version: Flash banner?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
I have a flash banner which is used on my main site. I would like to use it for mybb forum.

Is there a way of incorporating the flash banner into the logo or at the top?

Many thanks!
Phil Big Grin
yes it is possible :)

replace the logo code inside header template with this

Code:
<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="163" height="306">
��<param name="movie" value="your.swf">
��<param name="quality" value="high">
��<embed src="your.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="163" height="306"></embed>
</object>

replace your.swf with ur own file!

regards
thanks!

What should be there instead of the Big Grin smilie? Big Grin
i have already fixed the smilie issue Big Grin while u where replying
LoL! Big Grin Thank you ! Cool
Sorry to be a pain, but I can't find the header template. I take it that it doesn't go into "Theme Options" Forum Logo area.
the header template is under Admin CP >templates > Modify / Delete > Expand > Header

find

<a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a>

and replace with the above mentioned one.

regards
Spot on! Thank you so much! Big Grin
Didn't work on fire fox browsers only on IE. Is there anything that could be added to this coding so that other browsers like firefox could see the flash file too?
Does someone have a code change for this so it will work on other browsers like Fire Fox too?
Pages: 1 2 3