Panorado
09-25-2007, 03:51 AM
I cannot "load" a simple HotSpot and would greatly appriciate some help... I do not know what is wrong... I have been over and over the script but it seems right??
1. FlashPanorama comes with TWO hotspot .swf's. The 1st being hotspots.swf and the 2nd being hot_spots.swf
Which one should I be using?? which one is newer or are they exactly the same?
2. In the Online Tutorial >
http://flashpanoramas.com/blog/2006/12/27/hotspot-example-review/
Denis made TWO .xml files... ??? why? Don't you just need ONE with the tags in between
<hotspots>
</hotspots>
It doesn't explain how to use TWO .xml's... how do they relate?
3. Also in that same tutorial... the coding is different than the Help file, for example
Help File:
<parameters>
panoName = 1med
layer_1 = ../files/autorotator.swf
layer_2 = ../files/hotspots.swf
</parameters>
Online Tutorial:
<params>
<param name="segments" value="10" />
<param name="layer_2" value="hot_spots.swf" />
</params>
Is this because one of the HotSpots .swf files is newer and using newer code? or, can this code be used either way?
4. Here is my simple .xml file trying to load a simple picture with a link >
XXXXXXXXXXXXXXXXXXXXXXXXXXXx
<?xml version='1.0'?>
<panorama>
<parameters>
panoName = 1med
layer_1 = ../files/autorotator.swf
layer_2 = ../files/hotspots.swf
</parameters>
<autorotator>
speed = -0.3
interval = 30
pause = 1000
quality = low
</autorotator>
<hotspots>
<spot id="logo" static="1" staticAlign="RB" align="RB" staticX="-4" staticY="-4" url="spot01.png"
onClick="openUrl:http://www.yahoo.com/"
/>
</hotspots>
</panorama>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Yes, I have all the files in the right places (Autorotator is working fine). I keep looking over and over my coding and everthing seems ok... but the .png pic does not show up in the panorama... ?? What am I doing wrong??
1. FlashPanorama comes with TWO hotspot .swf's. The 1st being hotspots.swf and the 2nd being hot_spots.swf
Which one should I be using?? which one is newer or are they exactly the same?
2. In the Online Tutorial >
http://flashpanoramas.com/blog/2006/12/27/hotspot-example-review/
Denis made TWO .xml files... ??? why? Don't you just need ONE with the tags in between
<hotspots>
</hotspots>
It doesn't explain how to use TWO .xml's... how do they relate?
3. Also in that same tutorial... the coding is different than the Help file, for example
Help File:
<parameters>
panoName = 1med
layer_1 = ../files/autorotator.swf
layer_2 = ../files/hotspots.swf
</parameters>
Online Tutorial:
<params>
<param name="segments" value="10" />
<param name="layer_2" value="hot_spots.swf" />
</params>
Is this because one of the HotSpots .swf files is newer and using newer code? or, can this code be used either way?
4. Here is my simple .xml file trying to load a simple picture with a link >
XXXXXXXXXXXXXXXXXXXXXXXXXXXx
<?xml version='1.0'?>
<panorama>
<parameters>
panoName = 1med
layer_1 = ../files/autorotator.swf
layer_2 = ../files/hotspots.swf
</parameters>
<autorotator>
speed = -0.3
interval = 30
pause = 1000
quality = low
</autorotator>
<hotspots>
<spot id="logo" static="1" staticAlign="RB" align="RB" staticX="-4" staticY="-4" url="spot01.png"
onClick="openUrl:http://www.yahoo.com/"
/>
</hotspots>
</panorama>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Yes, I have all the files in the right places (Autorotator is working fine). I keep looking over and over my coding and everthing seems ok... but the .png pic does not show up in the panorama... ?? What am I doing wrong??