4md
11-05-2008, 02:13 PM
hi,
i have the following xml-file:
<?xml version='1.0'?>
<panorama>
<parameters>
disableLoading = 1
zoomHome = 0.85
tiltHome= 0.85
zoomMax = 2
zoomMin = 1
layer_6 = files/hotspots.swf
layer_3 = files/borders.swf
layer_10 = files/autorotator.swf
layer_12 = files/glassMeter.swf
layer_11 = files/tooltips.swf
layer_15 = files/Header.swf
</parameters>
<borders>
tilt_min = 0
tilt_max = 0
</borders>
<autorotator>
speed = -0.1
interval = 25
pause = 5000
quality = low
</autorotator>
<hotspots>
<global
LocalConnectionID = "lc_test"
ExternalInterfaceID = "myid"
onStart = "loadPreview();"
onNewPano = "
pano.disableTilt = 1;
pano.disableControls = 0;
"
loadPreview = "
loadPano(?panoName=images/sw_X, 100);
pano.qualityStatic=low;
onTransitionEnd=loadMain();
"
loadMain = "
loadPano(?panoName=images/19_X, 100);
pano.qualityMotion=low;
pano.qualityStatic=best;
onTransitionEnd=saturation=0;
"
>
<pano leash="follow"/>
<!-- Eingang -->
<spot static="0" pan="135" tilt="-10" scaleable="0" url="images/Hotspot.swf" linked="images/19_X" alt="Zur Rezeption" onClick="loadPano(?panoName=images/03_X);" />
<!-- Menьelemente -->
<spot static="1" salign="TL" align="TL" staticX="0" staticY="0" url="files/Navi.swf" />
</global>
</hotspots>
</panorama>
if i use FP 9,0,16 i am able to include only about 10 hotspots otherwise FP no longer works and i have to restart my browser. if i use FP 9,0,124 or higher i do not have the problem.
how can I mount an unlimited number of hotspots? What am I doing wrong?
i have the following xml-file:
<?xml version='1.0'?>
<panorama>
<parameters>
disableLoading = 1
zoomHome = 0.85
tiltHome= 0.85
zoomMax = 2
zoomMin = 1
layer_6 = files/hotspots.swf
layer_3 = files/borders.swf
layer_10 = files/autorotator.swf
layer_12 = files/glassMeter.swf
layer_11 = files/tooltips.swf
layer_15 = files/Header.swf
</parameters>
<borders>
tilt_min = 0
tilt_max = 0
</borders>
<autorotator>
speed = -0.1
interval = 25
pause = 5000
quality = low
</autorotator>
<hotspots>
<global
LocalConnectionID = "lc_test"
ExternalInterfaceID = "myid"
onStart = "loadPreview();"
onNewPano = "
pano.disableTilt = 1;
pano.disableControls = 0;
"
loadPreview = "
loadPano(?panoName=images/sw_X, 100);
pano.qualityStatic=low;
onTransitionEnd=loadMain();
"
loadMain = "
loadPano(?panoName=images/19_X, 100);
pano.qualityMotion=low;
pano.qualityStatic=best;
onTransitionEnd=saturation=0;
"
>
<pano leash="follow"/>
<!-- Eingang -->
<spot static="0" pan="135" tilt="-10" scaleable="0" url="images/Hotspot.swf" linked="images/19_X" alt="Zur Rezeption" onClick="loadPano(?panoName=images/03_X);" />
<!-- Menьelemente -->
<spot static="1" salign="TL" align="TL" staticX="0" staticY="0" url="files/Navi.swf" />
</global>
</hotspots>
</panorama>
if i use FP 9,0,16 i am able to include only about 10 hotspots otherwise FP no longer works and i have to restart my browser. if i use FP 9,0,124 or higher i do not have the problem.
how can I mount an unlimited number of hotspots? What am I doing wrong?