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
Sure. You got my email, just send me some thoughts of what you want - and any graphics you have.
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)
Yes, i just noticed..
basically, yes. Whats the code you need to insert?
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?
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 :-)
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.
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...
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.
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.
I think just the src needs to be changed.
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-->
-------------------------------------------------------------------------------------------
How to bring back an old topic!
Thanks for this code... it helped me out alot ;)