5 replies
Hi all,
I want to ask you how to add clock in my site?
Thanks in advance!
#add #clock
  • Profile picture of the author Tashi Mortier
    A simple google search would have done wonders in this case.

    I think you want a clock that "ticks" so you need some javascript code.

    Here you go:

    A wall-style clock:

    Free Analog Web Clock for your website or blog

    Some more code snippets:

    JavaScript Kit- JavaScript clocks, calenders, and timers.
    Signature

    Want to read my personal blog? Tashi Mortier

    {{ DiscussionBoard.errors[2940274].message }}
    • Profile picture of the author msforum01
      Just put the javascript in your HTML document where you want it.
      Signature
      {{ DiscussionBoard.errors[3162287].message }}
  • Profile picture of the author brian culbert
    You need to put a flash object, download a free clock flash file, then add it by using this code:

    Code:
    <object classid="clsid:D697CDE7E-AE6D-11cf-96B8-458453540000"
      codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
      id="animation name" width="468" height="60">
      <param name="movie" value="animationname.swf">
      <param name="quality" value="high">
      <param name="bgcolor" value="#FFFFFF">
    
      <embed name="animationname" src="animationname.swf" quality="high" bgcolor="#FFFFFF"
        width="468" height="60"
        type="application/x-shockwave-flash"
        pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    Replace your filename and path with "animationname.swf" in the code, and it is done.
    {{ DiscussionBoard.errors[3164716].message }}
  • Profile picture of the author chiwawa
    All you need is a javascript code in HTML document.
    {{ DiscussionBoard.errors[3164776].message }}
  • Profile picture of the author Patrick
    Try this site ..

    dynamicdrive dot com
    {{ DiscussionBoard.errors[3171955].message }}

Trending Topics