<applet code=webcam.class archive="webcam.jar" width=320 height=240>
<param name="imageurl" value="http://www.geocities.com/paradxum/studiocam/chillcam.jpg">
<param name="refreshsec" value="30">
<param name="offlineurl" value="http://www.geocities.com/paradxum/studiocam/offline.jpg">
<param name="offline_sec" value="500">
<param name="drawcounter" value="true">
</applet>
width | The Width you would like the picture. |
height | The Height you would like the picture. |
imageurl | The Full Url of the image you would like to display. |
refreshsec | The delay between refreshes in seconds. |
offlineurl | The Full Url of the image you would like to display when the mod-date is more than offline_sec old. Make sure this is more than refreshsec and more than the frequency of your updates. |
offline_sec | How old the image needs to be to be considered offline. |
drawcounter |
True = Draw Countdown timer in lower right hand corner. False = Do not draw counter. |