今天在一个日本的网站上发现一个有意思的flash时钟分享给大家(http://chabudai.org/blog/?p=59)
下面是效果:

左边flash实现方式:
<script charset="Shift_JIS" src="https://cdn.zhanzhang360.cn/imgupload/005070/honehone_clock_tr.js"></script> _fcksavedurl=""https://cdn.zhanzhang360.cn/imgupload/005070/honehone_clock_tr.js"></script> "
右边flash实现方式:
<script charset="Shift_JIS" src="https://cdn.zhanzhang360.cn/imgupload/005070/honehone_clock_wh.js"></script>
把上面代码贴到页面任意如 td div 这样的dom元素里面,下面完整代码为:
<table border="0" width="500" cellPadding="0" cellSpacing="2">
<tr>
<td height="90" bgColor="#eeeeee" align="center" vAlign="top"><script charset="Shift_JIS" src="https://cdn.zhanzhang360.cn/imgupload/005070/honehone_clock_tr.js"></script></td>
<td bgColor="#eeeeee" align="center"><script charset="Shift_JIS" src="https://cdn.zhanzhang360.cn/imgupload/005070/honehone_clock_wh.js"></script></td>
</tr>
</table>