View Single Post
Old 07-26-2003, 01:18 PM   #4 (permalink)
Nefir
Junkie
 
Location: Louisville, KY
Try stretching this over the whole desktop... a bit boring, but I am sure you can spice it up somehow:

<html>
<body bgcolor="#006666">
<table width="100%" height="100%" border="0"
cellspacing="0" cellpadding="0">
<tr>
<td align="right" valign="bottom"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="279" height="280">
<param name="movie" value="clock.swf">
<param name="quality" value="high">
<embed src="clock.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="279" height="280"></embed></object></td>
</tr>
</table>
</body>
</html>

EDIT: Oh yea, this assumes that you are keeping the clock.swf file in the same folder as this html file.
__________________
You do not use a Macintosh, instead you use a Tandy
Kompressor break your glowstick, Kompressor eat your candy
Kompressor open jaws, Kompressor release ants
Kompressor watch you scream, Because Kompressor does not dance

Last edited by Nefir; 07-26-2003 at 01:38 PM..
Nefir is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76