EasyManua.ls Logo

Axis 200+ - Page 49

Axis 200+
122 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Section 5: Using the AXIS 200+ AXIS 200+ Users Manual
48
Using CamImg
1. Place the CamImg.class on the same server where your images are
kept.
2. Insert the following piece of code in your HTML file where you want
the images to appear
Notes:
CODEBASE specifies the full URL where your copy of the
CamImg applet is located. The applet must be on the same server
where your images are kept.
The WIDTH and HEIGHT values specifies the size of the applet
frame. To fit the images exactly in the frame without resizing, use
these values:
frame width = image width + 10 pixels
frame height = image height + 10 pixels
To add a status bar to the image, use these values:
frame height = image height + 40 pixels
<APPLET
CODEBASE="http://www.yoursite.com/classes/CamImg"
CODE="CamImg.class" WIDTH=362 HEIGHT=328>
<PARAM NAME = "Image"
VALUE = "/img/image1.jpg | /img/image2.jpg |
/img/image3.jpg">
<PARAM NAME = "ImageLabel"
VALUE = "First image | Second image | Third
image">
<PARAM NAME = "Interval"
VALUE = "5">
<HR>
If you were using a Java-enabled browser, you would
see a
continuously updating image instead of this
paragraph.
<HR>
</APPLET>

Other manuals for Axis 200+

Related product manuals