vrHAWAII
TECHNICAL INFORMATION
Once
you have ordered a tour, there are two primary ways to integrate the
tour into your site.
"BASIC"
OPTION
This is the simplest way to add vrHAWAII to your website. You
can just cut and paste the code below into the body of an HTML document.
This option creates an HTML link on your website.
Below is a simple text link which loads the Virtual Big Island Tour:
| vrHAWAII |
<a
href="http://www.kauaidigital.com/vrHawaii/html/hawaii.htm">vrHAWAII</a> |
| vKAUAI |
<a
href="http://www.kauaidigital.com/vrHawaii/html/kauai.htm">vKAUAI</a> |
| vOAHU |
<a
href="http://www.kauaidigital.com/vrHawaii/html/oahu.htm">vOAHU</a> |
| vMAUI |
<a
href="http://www.kauaidigital.com/vrHawaii/html/maui.htm">vMAUI</a> |
| vBIG
ISLAND |
<a
href="http://www.kauaidigital.com/vrHawaii/html/bigisland.htm">vBIG
ISLAND</a> |
Or
you can use the button images on our server for a graphical
link:

|
<a
href="http://www.kauaidigital.com/vrHawaii/html/hawaii.htm">
<img src="http://www.kauaidigital.com/vrHawaii/images/vrhawaii-sm.jpg"
width="150" height="40" border="1">
</a>
[
NOTE the text, hawaii.htm,
may be replaced with kauai.htm,
oahu.htm, maui.htm
or bigisland.htm
based upon which of our tours you ordered. ] |
 |
<a
href="http://www.kauaidigital.com/vrHawaii/html/hawaii.htm">
<img src="http://www.kauaidigital.com/vrHawaii/images/vrhawaii-med.jpg"
width="280" height="100" border="1">
</a>
[
NOTE the text, hawaii.htm,
may be replaced with kauai.htm,
oahu.htm, maui.htm
or bigisland.htm
based upon which of our tours you ordered. ] |
"DELUXE"
OPTION
This
option provides you with a lot of flexibility, an allows you to have
the virtual tour on an HTML page with your color scheme, background,
text etc... Embed a 760 x 480 Flash .swf file within an HTML page
on your website. When you order a tour, your confirmation email will
contain links to download the appropriate .swf file to embed (<1
kilobyte download). The following code embeds the vHawaii00.swf file
within an HTML page. [Note that the swf file must reside in the same
folder as the HTML document.]
| |
|
| <script
language="JavaScript">
var movieName = 'vHawaii00.swf';
// put your movie name above
var movieWH = [760,480];
// put above your movie width and height ( [width,height] )
document.write("<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\"
codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0\"
width=\"" + movieWH[0] + "\" height=\""
+ movieWH[1] + "\">");
document.write("<param name=movie value=\""
+ movieName + "?" + "referURL=" + parseData()
+ "\">");
document.write("<param name=menu value=false>");
document.write("<param name=quality value=high>");
document.write("<embed src=\"" + movieName
+ "?" + "referURL=" + parseData() + "\"
menu=false quality=high pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"
type=\"application/x-shockwave-flash\" width=\""
+ movieWH[0] + "\" height=\"" + movieWH[1]
+ "\">");
document.write("</embed></object>");
self.focus()
</script>
[
NOTE the text, vHawaii00.swf,
may be replaced with vKauai00.swf,
vOahu.swf, vMaui.swf
or vBigisland.swf
based upon which of our tours you ordered. ] |
Click
on the button at right to view our Kauai tour on a vacation
rental website >>> |
 |
|