TinyPortal

General => Chit chat => Topic started by: Tee on January 19, 2005, 08:05:16 PM

Title: Logo
Post by: Tee on January 19, 2005, 08:05:16 PM
Bloc, I need a logo for my golf site at

http://linksnews.com

Thanks,

Tee

Let me know how much, I want something real nice.


I got some Links 2003 graphics I can send to you if you need them

Title: Re: Logo
Post by: Bjørn on January 19, 2005, 10:14:34 PM
Sure. You got my email, just send me some thoughts of what you want - and any graphics you have.
Title: Re: Logo
Post by: sirius on March 11, 2005, 03:09:36 PM
hello Bloc,  I've just sent you an e-mail today at the SMF website  .  It is in regard to a linked logo..  is a macromedia flash animated logo is possible to install on your theme?  ( with a link to another website=advertising)
Title: Re: Logo
Post by: Bjørn on March 11, 2005, 04:53:38 PM
Yes, i just noticed..

basically, yes. Whats the code you need to insert?
Title: Re: Logo
Post by: sirius on March 11, 2005, 06:55:30 PM
I could install the flash macromedia in the Topbar : (where we use your own HTML code)  if it is easier than to install it in the logo..   but the flash animation is composed of 2 files  , a html  and a swf file   
when i put the html code in the topbar window, I see the empty banner sized,  but where to put the swf file?

Title: Re: Logo
Post by: sirius on March 12, 2005, 12:17:34 AM
  or if it is too complicated to explain,  just tell me where to change the link of the banner.( logo) and i'll just install an animated gif, but I need to know where to change the url link :-)
Title: Re: Logo
Post by: Bjørn on March 12, 2005, 10:51:16 AM
If you use two files for the flash, the html part is just the code to actually display the swf file. So you should just copy the code from the html and use THAT in the topbar box. Taking away all other things except for the <object> and <embed> stuff. The path to swf file is of course inside these tags, and you may have to adjust that to make it work.
Title: Re: Logo
Post by: sirius on March 12, 2005, 03:07:08 PM
i have tried this yesterday but only an empty box is showing : here is the code :
---------------------------------------------------------------------------
<html>
<head>
<title></title>

</head>
<body bgcolor="#FFFFFF">
<center>


<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
  id="_sat" width="468" height="60">
  <param name="movie" value="banner.swf">
  <param name="bgcolor" value="#FFFFFF">
  <param name="quality" value="high">
  <param name="allowscriptaccess" value="samedomain">
  <embed type="application/x-shockwave-flash"
   pluginspage="http://www.macromedia.com/go/getflashplayer"
   width="468" height="60"
   name="_1" src="banner.swf"
   bgcolor="#FFFFFF" quality="high"
   swLiveConnect="true" allowScriptAccess="samedomain"
  ></embed>
</object>


</center>
</body>
</html>
---------------------------------------------------------------------------------------------

could you give me an example of what it would look like?   I am not the brightest guy with html and php...
Title: Re: Logo
Post by: IchBin on March 12, 2005, 05:27:41 PM
The path to your banner.swf needs to be changed. I don't know your path or I'd be able to give you an example.
Title: Re: Logo
Post by: sirius on March 12, 2005, 06:07:23 PM
so the line :

name="_1" src="banner.swf"

would be name="_1" src="hxxp:www.myforum.com/Pictures/banner.swf"

or <param name="movie" value="hxxp:myforum.com/Pictures/banner.swf"> ?

i did put a x instead of t as to not make it a live link.
Title: Re: Logo
Post by: IchBin on March 12, 2005, 07:12:23 PM
I think just the src needs to be changed.
Title: Re: Logo
Post by: sirius on March 12, 2005, 10:08:43 PM
i got it to work in the topbar box with this code :  the paths have some XXX  to make them anonymous ...  for those who need the info :-)
-----------------------------------------------

<!--Begin banner code-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="hXXp://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH=460 HEIGHT=80>
<PARAM NAME=movie VALUE="hXXp://XXX.com/Pics/banner.swf"> <PARAM NAME=quality VALUE=best><EMBED src="hXXp://XXX.com/Pics/banner.swf" menu=false quality=best WIDTH=468 HEIGHT=60 TYPE="application/x-shockwave-flash" PLUGINSPAGE="hXXp://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED></OBJECT>
<!--End banner code-->
-------------------------------------------------------------------------------------------
Title: Re: Logo
Post by: JDMhustle on April 15, 2006, 01:45:27 PM
How to bring back an old topic!
Thanks for this code... it helped me out alot ;)