MyBB Community Forums

Full Version: Flash Logo not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add a flash logo on my board.
I am having no luck with getting it to work.

It needs to be fixed at 400x140.
Can someone please help me with what i need to do?

Thanks
ok, i have it working now.

Can someone please tell me if things are ok in the code?
I know its working now, but i want to be sure its all 100% ok and will not cause other issues.

Here is what i have thats working now

<a name="top" id="top"></a>
	<div id="container">
		<div id="header">
			<div class="logo"><a <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="400" height="140">
  <param name="movie" value="http://www.et-buzz.com/community/logo.swf">
  <param name="quality" value="high">
  <embed src="http://www.et-buzz.com/community/logo.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="140"></embed>
</object>
                    <div class="menu">
				<ul>
					<li><a href="{$mybb->settings['bburl']}/search.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/search.gif" alt="" />{$lang->toplinks_search}</a></li>
					<li><a href="{$mybb->settings['bburl']}/memberlist.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/memberlist.gif" alt="" />{$lang->toplinks_memberlist}</a></li>
					<li><a href="{$mybb->settings['bburl']}/calendar.php"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/calendar.gif" alt="" />{$lang->toplinks_calendar}</a></li>
					<li><a href="{$mybb->settings['bburl']}/misc.php?action=help"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/toplinks/help.gif" alt="" />{$lang->toplinks_help}</a></li>
				</ul>
			</div>
			<hr class="hidden" />
			<div id="panel">
				{$welcomeblock}
			</div>
		</div>
		<hr class="hidden" />
		<br class="clear" />
		<div id="content">
			{$bannedwarning}
			{$bbclosedwarning}
			{$unreadreports}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			{$unreadpmmsg}
			<navigation>
			<br class="clear" /><sf_shoutbox>
{$unreadpmmsg}
{$unreadpmmsg}
{$unreadpmmsg}
{$unreadpmmsg}
{$unreadpmmsg}
{$unreadpmmsg}
{$unreadpmmsg}
{$unreadpmmsg}
{$unreadpmmsg}
{$unreadpmmsg}

You might want to fix that.
LOL.. wow.. so i remove them all? or leave just 1 of them?
littleg Wrote:LOL.. wow.. so i remove them all? or leave just 1 of them?
You will want to leave just one. Smile
Got it, thanks guys