Current time: 03-21-2010, 01:09 PM Hello There, Guest! (LoginRegister)


Post Reply 
Flash banner as Logo?
01-09-2009, 09:32 PM
Post: #1
Flash banner as Logo?
Hey guys,

I was wondering if it is possible for the logo.gif file to be a flash .swf file. I have tried making an animated .gif but the quality isn't as good as I want it to be.

Any help?
Thanks

I am really cool
http://www.moellermultimedia.com
[Image: violated.jpg]
[Image: MMMuserbar.png]
Find all posts by this user
Quote this message in a reply
01-09-2009, 11:35 PM (This post was last modified: 01-09-2009 11:36 PM by Mr Skull.)
Post: #2
RE: Flash banner as Logo?
I don't have much experience in this but I did add the flash to a logo once...

Home » Template Sets » TEMPLATE NAME
In header file

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

I entered the flash file url in the bold bit if I remember correctly... sorry if im wrong.

Pic-monster My site does work! You're just visiting wrong url!
Visit this user's website Find all posts by this user
Quote this message in a reply
01-10-2009, 12:16 AM
Post: #3
RE: Flash banner as Logo?
Okay, that works when I put a .gif file, but as soon as I changed it to a .swf the banner doesn't show. Is there a setting I have to change or something?

I am really cool
http://www.moellermultimedia.com
[Image: violated.jpg]
[Image: MMMuserbar.png]
Find all posts by this user
Quote this message in a reply
01-10-2009, 10:29 AM
Post: #4
RE: Flash banner as Logo?
(01-10-2009 12:16 AM)vgamemaster Wrote:  Okay, that works when I put a .gif file, but as soon as I changed it to a .swf the banner doesn't show. Is there a setting I have to change or something?

I think you actually have to "Embed" it into the header... sorry I didn't mention before... I just checked and I did embed>

<embed src="Location of SWF file?clang=en" quality="high" bgcolor="#COLOUR CODE HERE OR DELETE THIS BIT"

width="[b]Banner Width[/b]" height="Banner Height" type="application/x-shockwave-flash"

pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?

P1_Prod_Version=ShockwaveFlash" ></embed>

Pic-monster My site does work! You're just visiting wrong url!
Visit this user's website Find all posts by this user
Quote this message in a reply
01-11-2009, 12:40 AM
Post: #5
RE: Flash banner as Logo?
(01-10-2009 10:29 AM)mcgroove Wrote:  
(01-10-2009 12:16 AM)vgamemaster Wrote:  Okay, that works when I put a .gif file, but as soon as I changed it to a .swf the banner doesn't show. Is there a setting I have to change or something?

I think you actually have to "Embed" it into the header... sorry I didn't mention before... I just checked and I did embed>

<embed src="Location of SWF file?clang=en" quality="high" bgcolor="#COLOUR CODE HERE OR DELETE THIS BIT"

width="[b]Banner Width[/b]" height="Banner Height" type="application/x-shockwave-flash"

pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?

P1_Prod_Version=ShockwaveFlash" ></embed>

So do I put this code:
Code:
<embed src="Location of SWF file?clang=en" quality="high" bgcolor="#COLOUR CODE HERE OR DELETE THIS BIT"

width="[b]Banner Width[/b]" height="Banner Height" type="application/x-shockwave-flash"

pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?

P1_Prod_Version=ShockwaveFlash" ></embed>

In for the bold section of mcgroove's post?

I am really cool
http://www.moellermultimedia.com
[Image: violated.jpg]
[Image: MMMuserbar.png]
Find all posts by this user
Quote this message in a reply
01-11-2009, 08:27 AM
Post: #6
RE: Flash banner as Logo?
Yes.

Ooo, this is the first time I've had a "Message too short" warning when trying to post a reply.

[Image: sig.php]
The little boat gently drifted across the pond exactly the way a bowling ball wouldn't.
Visit this user's website Find all posts by this user
Quote this message in a reply
01-11-2009, 06:00 PM
Post: #7
RE: Flash banner as Logo?
(01-11-2009 08:27 AM)MrD. Wrote:  Yes.

Ooo, this is the first time I've had a "Message too short" warning when trying to post a reply.

Okay I think I am still doing something wrong, it isn't working.

My code:
Code:
<div id="header">
            <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="<embed src="http://www.competitivevideogames.com/forumbanner.swf?clang=en" quality="high" bgcolor="#000000"



width="[b]Banner Width[/b]" height="Banner Height" type="application/x-shockwave-flash"



pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?



P1_Prod_Version=ShockwaveFlash" ></embed>" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

This code shows:
" alt="Competitive Video Games Forums" title="Competitive Video Games Forums" />

Forum link: http://www.competitivevideogames.com/forums

Thanks guys

I am really cool
http://www.moellermultimedia.com
[Image: violated.jpg]
[Image: MMMuserbar.png]
Find all posts by this user
Quote this message in a reply
01-12-2009, 06:50 PM
Post: #8
RE: Flash banner as Logo?
(01-11-2009 06:00 PM)vgamemaster Wrote:  
(01-11-2009 08:27 AM)MrD. Wrote:  Yes.

Ooo, this is the first time I've had a "Message too short" warning when trying to post a reply.

Okay I think I am still doing something wrong, it isn't working.

My code:
Code:
<div id="header">
            <div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="<embed src="http://www.competitivevideogames.com/forumbanner.swf?clang=en" quality="high" bgcolor="#000000"



width="[b]Banner Width[/b]" height="Banner Height" type="application/x-shockwave-flash"



pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?



P1_Prod_Version=ShockwaveFlash" ></embed>" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>

This code shows:
" alt="Competitive Video Games Forums" title="Competitive Video Games Forums" />

Forum link: http://www.competitivevideogames.com/forums

Thanks guys

This is the code I used... If your still stuck search on google "Embed flash"

Pic-monster My site does work! You're just visiting wrong url!
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: