How to use: |
<APPLET archive="pushshow.jar" code="pushshow.class" width=500 height=400>
<param name="maximages" value="7">
<param name="image1" value="image1.gif">
<param name="image2" value="image2.gif">
<param name="image3" value="image3.gif">
<param name="target" value="_blank">
<param name="delay" value="2000">
<param name="bgcolor" value="006020">
<param name="fgmax" value="1">
<param name="fgimage1" value="6app2.gif">
<param name="fgxmove1" value="0">
<param name="fgypos1" value="0">
<param name="mainlink" value="http://www.6sense.com">
<param name="maintext" value="Pushshow by 6sense.com">
</APPLET>
|
Required Parameters |
maximages | [number] | Number of images to load. Make sure the parameter exist for each number |
image# | [filename] | Replace # with the number of the image. Name and directory of the image file relative to where the class files are located. |
|
Optional Parameters |
target | [target] | Target of new link.- _blank (default)
- _top
- _parent
- _self
|
bgcolor | [color] | Image background color in hexidecimal RGB format. This the background color of the applet. default = "000000" (black) |
delay | [number] | This is the delay set in milliseconds between the transitions of the images in the slide show. |
|
Optional Foreground Parameters |
fgmax | [number] | Number of foreground images to load. |
fgdivide | [number] | Number of the highest layer image taht will appear below the scrolling text. |
fgimage# | [image] | Optional image that will be draw in the foreground of the starfield. |
fgxpos# | [number] | The X position of the foreground image. |
fgypos# | [number] | The Y position of the foreground image. |
|
Additional Parameters [ Full Version Only ] |
mainlink | [url] | Web address of the main link which appears on the top right corner when mouse iso ver the applet. Make sure the value is a valid web address with "http://" in front of it. |
maintext | [string] | Text string to display for the top corner main link. This is appears for the viewer. |
|