JAVA     

KzmJRoundVideo

Created: 01.Apr.97
Last Update: 25.Apr.97

Jars Top 5% KzmJRoundVideo Jars Top 5%
The image is taken from the RADIO DEEJAY STUDIOS and is about 80K... sorry
    * Description
KzmJRoundVideo is my attempt to create with Java an applet similar to the great "SurroundVideo ActiveX" (you can see it in the carpoint site).
I'll finish the applet as soon as possible (in my spare time... I'm sorry)
     
    * Parameters
Image (image to show, no default [REQUIRED])
The image to be showed... GIF or JPG obviously !

FullLoop
(on|off)
If this parameter is set to "on" the image is shown as 360 degree image, meanwhile, with "off" you cannot move more when you reach the ends.
AreaValues("html"|"file")
Define where to look for the Area definitions: if the value "html" is set, the areas are searched in the applet block: area1 (first area), area2 (second area), area3 (third area) ... arean (nth area). If the value is "file" the area are parsed form a file called "areas.txt".
FORMAT OF THE AREAS VALUES:
- areaname,arealink,x,y,w,h
-
areaname = the name of the area
- arealink = link to follow when doubleclicked inside
- x = starting x position
- y = starting y position
- w = width of the area
- h = height of the area.
     
    * Download
KzmJRoundVideo.zip      
    * Example
Here is the tag used for the example above:
<APPLET CODE="KzmJRoundVideo" WIDTH="320" HEIGHT="140">
 <PARAM NAME="image" VALUE="testimage.jpg">
 <PARAM NAME="fullloop" VALUE="off">
 <PARAM NAME="areavalues" VALUE="html">
 <PARAM NAME="area1"
        VALUE="La Radio,http://www.deejay.it/,
               40,40,150,200">
 <PARAM NAME="area2"
        VALUE="Paoletta,http://www.deejay.it/paoletta.html,
               610,60,100,130">
 <PARAM NAME="area3"
        VALUE="Messaggi on-line,http://www.deejay.it/send2.html,
        695,155,35,50">
</APPLET>