XIO ® applets

XIOview V1.5 Image Zoom Applet - TRIAL VERSION - Example Implementations

Please consider to  license XIOview ». For more information about this applet visit  www.XIO.biz ».

GENERAL »
PARAMETERS »
DEMO 1 »
CODE 1 »
DEMO 2 »
CODE 2 »
DEMO 3 »
CODE 3 »
DEMO 4 »
CODE 4 »
DEMO 5 »
CODE 5 »

Code for Demonstration 1

The standard configuration code.

<applet code="biz.xio.XIOview" archive="CODE/XIOview.jar" codebase="../" name="XIOview_Applet" width="240px" height="200px" alt="XIOview 1.5 Java Applet (requires a Java-enabled browser)">

<param name="cabbase"               value="CODE/XIOview.cab">
<param name="license_key"           value="ENTER YOUR LICENSE KEY HERE">
<param name="image"                 value="images/snail.jpg">

<!-- Text below is shown if Java is not currently supported or activated. -->

<p>
The interactive content of this page requires a Java-enabled browser.<br>
Please check your browser's settings and activate Java.<br>
If your browser has no built in Java plug-in you can obtain one at <a href="http://www.java.com">www.java.com</a>.
</p>

</applet>

As you can see, for a basic implementation it is sufficient to set only the three required parameters.

This is really simple:

- "cabbase": Refers to the relative location of an additional archive file format of the XIOview applet's code for supporting older versions of MS Internet Explorer.

- "license_key": The license-key for XIOview.*

- "image": Here we load the image "snail.jpg" from the subdirectory "images/" (relative to the location of the implementing HTML page).

(*) The "license_key"-parameter does not contain a valid value, because it is domain-specific and not required for offline-testing. - If you want to launch the applet on your webspace you must first enter your license-key.


Copyright © 2004-2005 by Martin Rieger, XIO® Software. XIO® is a registered trademark of Martin Rieger.
Java™ is a registered trademark of Sun Microsystems, Inc.. All other trademarks are properties of their respective owners.