robrockyeah13
11-20-2007, 01:12 PM
I have a problem.
I bought recently Panorama Flash Player and i'm following all the steps to do a virtual panorama tour.
I made my first 2 panoramas and i want to link them each other by hotspots.
I tried so many ways but hotspots are not working or they appear everytimes everywhere in the first panorama (also the hotspots from the second panorama).
Can someone help me?
- The files that i have are:
panorama01.swf (and all the jpeg files)
panorama02.swf (and all the jpeg files)
hotspots.swf
panorama01.xml
spots.xml
button01.png (to link the first pano to the second)
button02.png (to link back the second pano to the first)
- In panorama01.xml i wrote:
<?xml version = '1.0'?>
<params>
<param name="segments" value="10" />
<param name="layer_2" value="hotspots.swf" />
</params>
- In spots.xml i wrote:
<?xml version="1.0" ?>
<hotspots>
<spot id="button01" url="button01.png" pan="82" tilt="0" onClick="loadPano(panorama02.swf),-;
change:panorama02,alpha,0.5;
change:panorama02,buttonMode,0;
change:panorama01,alpha,1;
change:panorama01,buttonMode,1;" />
<spot id="button02" url="button02.png" pan="-115" tilt="0"
onClick="loadPano(piazza.swf),-;
change:panorama01,alpha,0.5;
change:panorama01,buttonMode,0;
change:panorama02,alpha,1;
change:panorama02,buttonMode,1;" />
</hotspots>
Is it something wrong in that???:confused:
Can someone write me a right way to do it good?
Very very very thaks guys!!!!!!
I bought recently Panorama Flash Player and i'm following all the steps to do a virtual panorama tour.
I made my first 2 panoramas and i want to link them each other by hotspots.
I tried so many ways but hotspots are not working or they appear everytimes everywhere in the first panorama (also the hotspots from the second panorama).
Can someone help me?
- The files that i have are:
panorama01.swf (and all the jpeg files)
panorama02.swf (and all the jpeg files)
hotspots.swf
panorama01.xml
spots.xml
button01.png (to link the first pano to the second)
button02.png (to link back the second pano to the first)
- In panorama01.xml i wrote:
<?xml version = '1.0'?>
<params>
<param name="segments" value="10" />
<param name="layer_2" value="hotspots.swf" />
</params>
- In spots.xml i wrote:
<?xml version="1.0" ?>
<hotspots>
<spot id="button01" url="button01.png" pan="82" tilt="0" onClick="loadPano(panorama02.swf),-;
change:panorama02,alpha,0.5;
change:panorama02,buttonMode,0;
change:panorama01,alpha,1;
change:panorama01,buttonMode,1;" />
<spot id="button02" url="button02.png" pan="-115" tilt="0"
onClick="loadPano(piazza.swf),-;
change:panorama01,alpha,0.5;
change:panorama01,buttonMode,0;
change:panorama02,alpha,1;
change:panorama02,buttonMode,1;" />
</hotspots>
Is it something wrong in that???:confused:
Can someone write me a right way to do it good?
Very very very thaks guys!!!!!!