This slide show/banner Java applet can interleave variable-sized
images. Images are only loaded while on demand, i.e. at most two
images are resident in the memory for the transition effect at
the same time. Theoretically, an unlimited number of images
that can be used.
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
<applet code=SlideOnDemandInterleave.class
archive=SlideOnDemandInterleave.jar width=300 height=200>
<!-- registration code to disable the floating -->
<!-- sign within the program panel -->
<param name=regcode value="99999999">
<!-- loading screen display toggle: 1 = yes, otherwise = no -->
<param name=loading value="1">
<!-- background color: RED GREEN BLUE -->
<param name=bgcolor value="255 255 255">
<!-- pause at each image in seconds -->
<param name=pause value="2">
<!-- number of rotations before stop (0 = non-stop) -->
<param name=nrot value="0">
<!-- interleave speed in pixels -->
<param name=interleavespeed value="5">
<!-- interleave direction -->
<!-- 0: random -->
<!-- 1: horizontal -->
<!-- 2: vertical -->
<param name=direction value="0">
<!-- band width -->
<param name=bandwidth value="2">
<!-- border control: BORDERWIDTH|R G B|STYLE -->
<!-- P.S. fill in "out" or "in" for STYLE -->
<param name=border value="0|150 150 150|out">
<!-- text format: t0|t1|t2|t3 -->
<!-- P.S. t0: font type -->
<!-- t1: font style "0" for plain; "1" for bold; "2" for
"italic"; "3" for both -->
<!-- t2: font size -->
<!-- t3: font color R G B -->
<param name=text value="Helvetica|1|12|255 255 255">
<!-- resize the image to fit in the canvas:
1 = yes, otherwise = no -->
<param name=canvasfit value="0">
<!-- how many items are to be displayed -->
<param name=total value="3">
<!-- image format: f0|f1|f2|f3 -->
<!-- P.S. f0: image filename -->
<!-- f1: caption or fill in "none" -->
<!-- f2: text location x and y -->
<!-- f3: URL address or fill in "none" -->
<param name=item0
value="SlideOnDemandInterleave0.jpg|Garden A|210
40|http://www.thejmaker.com/index.html">
<param name=item1
value="SlideOnDemandInterleave1.jpg|Garden B|30 180|none">
<param name=item2
value="SlideOnDemandInterleave2.jpg|Garden C|20
40|http://www.thejmaker.com/pricing.html">
</applet>
Status: Free
Author: The J Maker
Homepage: http://www.thejmaker.com/
Upload Date:
July 01, 2003
New on the Java Boutique:
New Review:
Time Management Made Easy with the Quartz Enterprise Job Scheduler
Why not just use the Java timer API? This open source scheduling
API boasts simplicity, ease-of-integration, a well-rounded feature
set, and it's free!
New Applet:
Reverse Complement
Reverse Complement is a simple applet that converts DNA or RNA
sequences into three useful formats.
Elsewhere on internet.com:
WebDeveloper Java
Lots of Java information on webdeveloper.com
WDVL Java
Thorough Java resource at the Web Developer's Virtual Library.
ScriptSearch Java
Hundreds of free Java code files to download.
jGuru: Your View of the Java Universe
Customizable portal with online training, FAQs, regular news updates, and tutorials.