MyVirtualBook is a highly configurable interactive Java applet
designed to simulate the experience of paging through an actual
book! You can use MyVirtualBook in a number of different ways,
you can create an online photo album, folder, or scrapbook.
Unzip with a
compression utility.
Java Source:
Unavailable
Sample HTML Source:
<script language="Javascript">
if(navigator.appName == "Microsoft Internet Explorer"){
document.write('<OBJECT
classid = "clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
codebase = "http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#
Version=1,4,0,0" WIDTH =450 HEIGHT = 322>');
document.write('<PARAM NAME = CODE VALUE = "MyVirtualBook.class" >');
document.write('<PARAM NAME = ARCHIVE VALUE = "MyVirtualBook.jar" >');
document.write(' <PARAM NAME = "type"
VALUE = "application/x-java-applet;version=1.4">');
document.write(' <PARAM NAME = "scriptable" VALUE = "false">');
document.write('<PARAM NAME = bg_color_r VALUE="255">');
document.write('<PARAM NAME = bg_color_g VALUE="255">');
document.write('<PARAM NAME = bg_color_b VALUE="255">');
document.write('<PARAM NAME = use_template VALUE="album">');
document.write('<PARAM NAME = img1 VALUE="pics/pic005.jpg">');
document.write('<PARAM NAME = img2 VALUE="pics/pic010.jpg">');
document.write('<PARAM NAME = img3 VALUE="pics/pic018.jpg">');
document.write('<PARAM NAME = img4 VALUE="pics/pic030.jpg">');
document.write('<PARAM NAME = img5 VALUE="pics/pic032.jpg">');
document.write('<PARAM NAME = img6 VALUE="pics/pic037.jpg">');
document.write('<PARAM NAME = img7 VALUE="pics/pic042.jpg">');
document.write('<PARAM NAME = img8 VALUE="pics/pic067.jpg">');
document.write('<PARAM NAME = speed VALUE="0">');
document.write('<PARAM NAME = sound VALUE="on">');
document.write('<PARAM NAME = owner VALUE="LisaKane@javafoxx.com">');
document.write('<PARAM NAME = regkey VALUE="007-LK-6536">');
document.write('<COMMENT>
<EMBED type = "application/x-java-applet;version=1.4" \
CODE = "MyVirtualBook.class" \
ARCHIVE = "MyVirtualBook.jar" \ WIDTH = 450 \
HEIGHT = 253 \bg_color_r ="255" \ bg_color_g ="255" \
bg_color_b ="255" \ use_template ="album" \ img1 ="pics/pic005.jpg" \
img2 ="pics/pic010.jpg
" \img3 ="pics/pic018.jpg"\img4 ="pics/pic030.jpg
"\img5 ="pics/pic032.jpg"\img6 ="pics/pic037.jpg
"\img7 ="pics/pic042.jpg"\img8 ="pics/pic067.jpg
"\speed ="0" \sound ="on" \
owner ="LisaKane@javafoxx.com" \ regkey ="007-LK-6536" \scriptable = false \
pluginspage = "http://java.sun.com/products/plugin/index.html#download"
><NOEMBED></NOEMBED></EMBED></COMMENT></OBJECT>');
}
else if(navigator.appName == "Netscape"){
document.write('<APPLET CODE = "MyVirtualBook.class"
ARCHIVE = "MyVirtualBook.jar" WIDTH = 450 HEIGHT =322>');
document.write('<PARAM NAME = bg_color_r VALUE="255">');
document.write('<PARAM NAME = bg_color_g VALUE="255">');
document.write('<PARAM NAME = bg_color_b VALUE="255">');
document.write('<PARAM NAME = use_template VALUE="album">');
document.write('<PARAM NAME = img1 VALUE="pics/pic005.jpg">');
document.write('<PARAM NAME = img2 VALUE="pics/pic010.jpg">');
document.write('<PARAM NAME = img3 VALUE="pics/pic018.jpg">');
document.write('<PARAM NAME = img4 VALUE="pics/pic030.jpg">');
document.write('<PARAM NAME = img5 VALUE="pics/pic032.jpg">');
document.write('<PARAM NAME = img6 VALUE="pics/pic037.jpg">');
document.write('<PARAM NAME = img7 VALUE="pics/pic042.jpg">');
document.write('<PARAM NAME = img8 VALUE="pics/pic067.jpg">');
document.write('<PARAM NAME = speed VALUE="0">');
document.write('<PARAM NAME = sound VALUE="on">');
document.write('<PARAM NAME = owner VALUE="LisaKane@javafoxx.com">');
document.write('<PARAM NAME = regkey VALUE="007-LK-6536">');
document.write('</APPLET>');
}
</script>
Status: Free with Status Bar Message
Author: Lisa Kane
Homepage: http://www.javafoxx.com
Upload Date:
August 04, 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.