--------------------------------------------------------------------------------
Here the HTML doc with the XML file.
Structure on the site:
index
|_ [<DIR> dswmedia] huis.jpg, huisxml.xml, SPi-V.dcr
For an screen impression please visit:
http://members.chello.nl/t.kappe/ and click on -pano-
As you can see no error message, only the SPi-v logo with over it a small square.
-------------------------------------------------------------------------------------
HTML doc...
-------------------------------------------------------------------------------------
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<object id="SPi-V_object" classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase=
"http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,5,1,0"
width="100%" height="100%" >
<param name="src" value="dswmedia/SPi-V.dcr">
<param name="swURL" value="huisxml.xml">
<param name="swStretchStyle" value="stage">
<param name="swRemote" value="swContextMenu='FALSE'">
<param name="progress" value="true">
<param name="logo" value="false">
<param name="bgColor" value="#000000">
<embed name="SPi-V_object" width="100%" height="100%" type="application/x-director"
pluginspage="http://www.macromedia.com/shockwave/download/"
src="dswmedia/SPi-V.dcr" swURL="huisxml.xml" swStretchStyle="stage" swRemote="swContextMenu='FALSE'"
progress="true" logo="false" bgColor="#000000">
</embed>
</object></body>
</html>
-------------------------------------------------------------------------------------
XML doc...
This version contains the <panoelement> self closing tag, I also used the
</panoelement> closing tag however same results.
-------------------------------------------------------------------------------------
<?xml version="1.0"?>
<tour>
<scene id="scene_huis.jpg">
<panoelement id="pano_huis.jpg" image="image_huis.jpg" />
<image id="image_huis.jpg">
<layer class="base" type="bitmap" src="huis.jpg" />
</image>
</scene>
</tour>
-------------------------------------------------------------------------------------
It's hard to find XML-examples for the SPi-v engine on the www, so if anybody wants to share
some examples please post them.