MyBB Community Forums

Full Version: Flash logo plugin request
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2008-09-27, 04:57 PM)mister_don Wrote: [ -> ]copy in header


<div id="container">
		
		<div id="tcat">
			
  <div style="white-space: nowrap;">  			
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"

 width="750" height="150">

 <param name="movie" value="http://www.yuorsite.com/yourbanner.swf"/> 

 <param name="quality" value="high"/>

 <param name="bgcolor" value="#000000"/>

<!--[if !IE]> <-->
 <object data="http://www.yuorsite.com/yourbanner.swf"
 width="750" height="150" type="application/x-shockwave-flash">
 <param name="quality" value="high"/>
 <param name="bgcolor" value="#000000"/>
 <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"/>
 FAIL (the browser should render some flash content, not this).
 </object>
 <!--> <![endif]--></object>

<br />                        



                   			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>


		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$pm_notice}
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}

{$unreadpmmsg}
			<navigation>
			<br />


Nothing apeands, I click on the swf image but the forum not refresh or back to main forum, like normal logo
You have to have the link be part of the flash file!
my link swf
http://www.skinnermania.com/banner.swf

delete

<a name="top" id="top"></a>
		<div id="header">
			<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
http://www.w3schools.com/flash/flash_inhtml.asp

Replace
<a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a>

With your flash.
Pages: 1 2