PDA

View Full Version : to many hotspots at my xml ??


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?

HansNyberg
11-05-2008, 03:16 PM
I never heard of any limit for hotspots with the first flash 9 version. But as it does not support fullscreen either I would just forget about it.

The number of visitors with it is almost none,
Just put this in your detection "9.0.28"

Hans

4md
11-06-2008, 08:02 AM
The problem is, our customer says: it must be working with this player 9,0,16. cause he is not be able to update his player an he's totally uncooperative with this :(

HansNyberg
11-06-2008, 12:26 PM
Have you tried using .png as hotspots instead of swf.
There might be a difference.

Hans

4md
11-06-2008, 02:08 PM
i build an embedPano source for my pano. if i don't use this embedPano, it works fine with any hotspots.

but now i got a problem with the flvplayback. it wont load the flv-file. so i put an textfiled inside the flvplayback.swf to check the connection -> connection works, the textfield shows the name of the flv-source. but it wont load the flvplayback, skin is shown but can't load the flv-source. :(