MyBB Community Forums

Full Version: I want to change it...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to put a flash file instead of logo!!! how can I do that???
Open the template header and search for:
<a href="$settings[bburl]/index.php"><img src="$theme[logo]" alt="$settings[bbname]" border="0" /></a>
Replace with:
<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>
You have to edit the code above to fit your needs (path to file, height, width,...).
will I write <param name=movie value="http://www.forumbayar.com/deneme/future.swf"> or only future.swf ???

I wrote <object classid="clsidBig Grin27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,2,0" width="458" height="100">
<param name=movie value="http://www.forumbayar.com/deneme/future.swf">
<param name=quality value=high><param name="SCALE" value="noborder">
<embed src="http://www.forumbayar.com/deneme/future.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="458" height="200" scale="noborder">
</embed>
</object>

but its not working... Sad
umm 1st, it was better that u disable smilies in all the previous posts, containing the codes

<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="387" height="101">
                <param name="movie" value="http://www.forumbayar.com/deneme/future.swf">
                <param name="quality" value="high"><param name="SCALE" value="noborder">
                <embed src="http://www.forumbayar.com/deneme/future.swf" width="387" height="101" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" scale="noborder"></embed>
		      </object>

that's the code, with the excat link of ur movie
however i have had a look at the template , and tried to edit it , but i seems, the flash movie has a problem !! i would prefer if u remove the loading, i mean it's not a huge movie, just little text effect.
moreover, if u need help, u know where to find me !! i can help u in flash, i'm prety sure i has to deal with movie it self.

regards