Click here to Skip to main content
15,902,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

This one looks fairly nice:
Creating an analog clock with ActionScript using no design tools whatsoever[^]

Regards
Espen Harlinn
 
Share this answer
 
Comments
Manfred Rudolf Bihy 11-Jan-11 9:40am    
Good call! 5+
fjdiewornncalwe 11-Jan-11 10:00am    
Very Nice. I might have to use a variation of this in one of the projects I have on the go right now... Thanks, Espen. (+5)
Espen Harlinn 11-Jan-11 10:16am    
Thanks Marcus!
Espen Harlinn 11-Jan-11 10:16am    
Thanks Manfred!
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:

XML
<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>
 
Share this answer
 
v3
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900