PDA

View Full Version : Can you use Flash for the Logo of your forum?


uReside.com
01-20-2005, 05:29 AM
Can you use Flash movie for the Logo of your forum? Just as the title says...

Andreas
01-20-2005, 05:59 AM
Yes you can.
Take a look at template header.

uReside.com
01-20-2005, 06:03 AM
what would the code be to put in there to display

http://www.ureside.com/images/logo2.swf

manguish
01-20-2005, 03:29 PM
Try this :

I use this for a custom bb code....


<object width="WHATEVER" height="WHATEVER">
<param name="movie" value="logo">
<embed src="URL HERE" width="WHATEVER" height="WHATEVER" type="application/x-shockwave-flash"></embed>
</object>

Change WHATEVER for your logo size and obviously the URL

uReside.com
01-20-2005, 04:37 PM
thank you so much, check it out! www.ureside.com/forums !

manguish
01-20-2005, 06:39 PM
No probs ;)