Countdown Clock - Basic- With Image Background |
To put this applet on your page, copy the applet tagged code below and paste into the body of your page. The values can be changed to suit. If you wish a copy of the code, or for it to be customised for you, let me know. To see a customised example, click here.
Only problem at the minute is that you cannot see the picture due to some security. Will the file you can add your own picture and enter the code below without the codebase and put them all in the same folder on your site.
-------------------
<applet code="CountdownClock2_Applet.class" codebase="http://java.dovesnet.co.uk/applets/Countdown_Clock2/" width="360" height="269">
<PARAM name="message"
value="Christmas">
<PARAM name="year" value="2007">
<PARAM name="month" value="12">
<PARAM name="day" value="24">
<!-- If you don't enter a time below, it will default to midnight -->
<PARAM name="hour" value="23">
<PARAM name="minute" value="59">
<PARAM name="second" value="59">
<PARAM name="picture"
value="budgies.jpg">
</applet>
Information
This is the second example of a countdown clock. It's pretty much the same as the basic first version, (click here for first version), but here we have added a jpg image of my friends Daisy and Toby.
As applets can be problematic when
they try to use files in/on a different network, the easiest and most reliable
way to get this to work is to have the class file and the jpg (or whatever image
file you are using) in the same directory.