hyung
05-03-2008, 10:41 AM
Hi,
I have multiple hotspots in my pano and when I click them,
.jpg image or .swf file are displayed. JPG images are displayed
fine but the problem is that only one .swf, which is coded lastly,
is displayed correctly.
Here is my pano:
http://vrnet.webzero.kr/test/vr.html
and I have three .swf files I wish to show:
http://vrnet.webzero.kr/test/pics/matrix1.swf
http://vrnet.webzero.kr/test/pics/matrix2.swf
http://vrnet.webzero.kr/test/pics/matrix3.swf
In the pano, if you click on pictures, the clicked picture is diaplyed
in the center. Following is my xml code - .swf part.
<!-- 최금자 - Matrix 1 -->
<box id="matrix1_hs" url="./pics/matrix1.jpg" pan="21.00" tilt="-1.00" distance="2.74" orientation="sphere" rotationX="35.00" rotationY="4.00" alignX="-0.53" alignY="-0.50" depth="25" scaleX="1.05" scaleY="1.12"
alt="최금자 - Matrix" onClick="matrix1.visible=1;matrix1.alpha=1,1000;" />
<spot id="matrix1" static="1" salign="C" staticX="-350" staticY="-265" url="./pics/matrix1.swf" blockMouse="1" scaleable="0" alpha="0"
onClick="matrix1.alpha=0,1000,,disappear;" disappear="visible=0" visible="1" depth="200" alt="이미지를 닫으려면 본 이미지를 클릭하세요."
/>
I am quite confident that there is no bug.. Could it be a problem with
hotspot plugin?
Any help & suggestion would be appreciated.
Regards,
Hyung
I have multiple hotspots in my pano and when I click them,
.jpg image or .swf file are displayed. JPG images are displayed
fine but the problem is that only one .swf, which is coded lastly,
is displayed correctly.
Here is my pano:
http://vrnet.webzero.kr/test/vr.html
and I have three .swf files I wish to show:
http://vrnet.webzero.kr/test/pics/matrix1.swf
http://vrnet.webzero.kr/test/pics/matrix2.swf
http://vrnet.webzero.kr/test/pics/matrix3.swf
In the pano, if you click on pictures, the clicked picture is diaplyed
in the center. Following is my xml code - .swf part.
<!-- 최금자 - Matrix 1 -->
<box id="matrix1_hs" url="./pics/matrix1.jpg" pan="21.00" tilt="-1.00" distance="2.74" orientation="sphere" rotationX="35.00" rotationY="4.00" alignX="-0.53" alignY="-0.50" depth="25" scaleX="1.05" scaleY="1.12"
alt="최금자 - Matrix" onClick="matrix1.visible=1;matrix1.alpha=1,1000;" />
<spot id="matrix1" static="1" salign="C" staticX="-350" staticY="-265" url="./pics/matrix1.swf" blockMouse="1" scaleable="0" alpha="0"
onClick="matrix1.alpha=0,1000,,disappear;" disappear="visible=0" visible="1" depth="200" alt="이미지를 닫으려면 본 이미지를 클릭하세요."
/>
I am quite confident that there is no bug.. Could it be a problem with
hotspot plugin?
Any help & suggestion would be appreciated.
Regards,
Hyung