Get a load of the nifty star clock I snagged from mariemom's blog. Try mousing over it and you'll go "oooohhh!" Shooting stars also come out from time to time. I love it!
Anyone who wants to try it, you can post this code to your blog by editing the html or by pasting this into a javascript widget (which is what I did in my case):
<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="350" height="350" align="center">
<param name="movie" value="http://blog-imgs-29.fc2.com/0/1/0/010101/clock003_2.swf" />
<param name="quality" value="high" /><param name="BGCOLOR" value="#000000" />
<embed src="http://blog-imgs-29.fc2.com/0/1/0/010101/clock003_2.swf" quality="high" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="350" height="350" bgcolor="#000000"></embed></object>
Notes:
>to change the size, you will have to edit the first and last lines, making sure that the heights and widths are the same for both lines, here:
<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="350" height="350" align="center">
and
<embed src="http://blog-imgs-29.fc2.com/0/1/0/010101/clock003_2.swf" quality="high" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="350" height="350" bgcolor="#000000">
>to edit the background color, you will edit the sixth line, which is the blue bold text above.
Thx n.n
ReplyDelete