网页中的时钟工具 [英] clock tool in webpage

查看:74
本文介绍了网页中的时钟工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个网页,我想显示在Vista 7上看到的实时时钟.

如何在我的页面中使用此工具?

请帮忙.

谢谢
Seema

Hi,

I have a webpage, where i want to show live clock that is seen on vista 7.

How can I use this tool in my page?

Please help in it.

Thanx
Seema

推荐答案

这个看起来不错:
完全不使用设计工具使用ActionScript创建模拟时钟 [ ^ ]

问候
埃斯彭·哈林(Espen Harlinn)
This one looks fairly nice:
Creating an analog clock with ActionScript using no design tools whatsoever[^]

Regards
Espen Harlinn


有关将外观精美的免费Flash时钟嵌入到您的网页中,请参阅Charles Salims Clocks画廊:

http://www.csalim.com/gallery.php

您只需要在网页上复制/粘贴标签即可.
您可以在这里看到我最喜欢的时钟作为示例:

For embedding an incredible looking free flash clock to your web page please refer to Charles Salims clocks gallery:

http://www.csalim.com/gallery.php

All what you need to do is simply copy/paste a tag on your web page.
You can see here my favorite clocks as an example:

<html>

<head>
  <title> Embedded Clocks Example </title>
</head>

<body>
  <center>
    <object width="150" height="150"><param name="movie"

        value="http://www.csalim.com/clocks/787951.swf">
        <embed src="http://www.csalim.com/clocks/787951.swf" width="200" height="200" />
    </object>
    <object width="150" height="150"><param name="movie"

        value="http://www.csalim.com/clocks/522709.swf">
        <embed src="http://www.csalim.com/clocks/522709.swf" width="200" eight="200" />
    </object>
    <object width="150" height="150"><param name="movie"

        value="http://www.csalim.com/clocks/380115.swf">
        <embed src="http://www.csalim.com/clocks/380115.swf" width="200" height="200" />
    </object>
  </center>
</body>
</html>


在javascript中找到

CoolClock-Javascript模拟时钟 [ ^ ](我喜欢这个)

Gheos模拟时钟 [ ^ ]

DS模拟时钟 [使用7种出色的模拟和数字时钟CSS和Javascript [ ^ ](这也是)
Found in javascript

CoolClock - The Javascript Analog Clock[^] (I like this one)

Gheos Analog Clock[^]

DS Analogclock [^]

7 wonderful Analog and Digital clocks using CSS and Javascript[^](This one too)


这篇关于网页中的时钟工具的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆