MyBB Community Forums

Full Version: set flash banners in top
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
how to set two flash banners in top.

with loop




[Image: wcjtio.jpg]


thanks
Loops with other banners? Is that your logo or a ad?
its for ads. flash banners
if you use html embeding code then an announcement plug-in should work
eg. yannouncement , header-announcements ,

not working.

i add this html code

<object classid="clsidBig Grin27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="400" height="70">
<param name="movie" value="UR ad here.swf" />
<param name="quality" value="high" />
<param name="allowScriptAccess" value="always" />
<param name="wmode" value="transparent">
<embed src="UR ad here.swf"
quality="high"
type="application/x-shockwave-flash"
WMODE="transparent"
width="400"
height="70"
pluginspage="http://www.macromedia.com/go/getflashplayer"
allowScriptAccess="always" />
</object>
^ which plug-in you have used - is it html enabled - what do you see in the box
blank box.

flash not loded.

header-announcements i used.
^ it appears that required swf file is not uploaded to the root folder of forums..
it works, thanks a lot, but i want to place two ads,

can i loop ads???


[Image: 2127io0.jpg]
not sure what is meant by loop - But two swf files can be arranged in a row with table code / div code ...
Pages: 1 2