|
jaybee -> RE: adding a flash clock to a page (10/11/2005 4:46:13)
|
Have you got the clock? If not, there's loads here Download it and then to put it in the page you can see the code they used by doing View>Page Source or View>Source in IE. It looks pretty much like below but you need to change the location of the swf file to your host and file location. <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="130" HEIGHT="130" id="relog" ALIGN="">
<PARAM NAME=movie VALUE="relog.swf">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<param name="wmode" value="transparent">
<param name="menu" value="false">
<EMBED src="http://www.internettime.com/Learning/relog.swf" quality=high bgcolor=#FFFFFF WIDTH="130" HEIGHT="130" wmode="transparent" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" menu="false">
</embed>
</object>
|
|
|
|