behrda
09-05-2007, 04:23 PM
Hi together,
I want to change the qualityMotion and qualityStatic Parameters while running the application. If I click on a hotspot(spot_01) in my panorama, it function very well. But if I change the panorama, after changing qualityMotion the, my qualityMotion-Change is undo. Whats wrong in there?
Thanx for help if you understand what I mean...;)
my xml-File:
<code>
<?xml version="1.0" encoding="ISO-8859-1"?>
<panorama>
<parameters>
loaderText=
loaderBackColor=#8F9E88
segments=20;
behaviour=0;
</parameters>
<hotspots>
<global
setPanoFullscreenQuality="pano.qualityMotion=low;pano.qualityStatic=low;"
setPanoNormalQuality="pano.qualityMotion=high;pano.qualityStatic=high;"
<spot id="spot_01" url="myPic.jpg" linked="wood" pan="0" tilt="0" onClick="setPanoNormalQuality()"/>
</global>
</hotspots>
</panorama>
</code>
I want to change the qualityMotion and qualityStatic Parameters while running the application. If I click on a hotspot(spot_01) in my panorama, it function very well. But if I change the panorama, after changing qualityMotion the, my qualityMotion-Change is undo. Whats wrong in there?
Thanx for help if you understand what I mean...;)
my xml-File:
<code>
<?xml version="1.0" encoding="ISO-8859-1"?>
<panorama>
<parameters>
loaderText=
loaderBackColor=#8F9E88
segments=20;
behaviour=0;
</parameters>
<hotspots>
<global
setPanoFullscreenQuality="pano.qualityMotion=low;pano.qualityStatic=low;"
setPanoNormalQuality="pano.qualityMotion=high;pano.qualityStatic=high;"
<spot id="spot_01" url="myPic.jpg" linked="wood" pan="0" tilt="0" onClick="setPanoNormalQuality()"/>
</global>
</hotspots>
</panorama>
</code>