kuangozz
05-12-2008, 01:28 AM
For example , I have this in pan2.xml
<box id="goToPan2" url="images/arrow.png" align="B" pan="180" tilt="1"
orientation="sphere" rotationX="0" rotationY="0"
onClick="external.ia_video.url=trans/12.flv,1000,fade,loadPan2,loadPan2"
loadPan2="loadPano(xml_file=pan3.xml,0,none)"
/>
I want to modify pan2.xml to set a panhome value of the new pano what will be load in pan3.xml
I tried loadPan2="loadpano(xml_file=pan3.xml&panhome=60,0,none)"
but it's not working !
It easy to set it in pan3.xml , but I must set it in pan2.xml , What I should do ?
Thank you so much !
<box id="goToPan2" url="images/arrow.png" align="B" pan="180" tilt="1"
orientation="sphere" rotationX="0" rotationY="0"
onClick="external.ia_video.url=trans/12.flv,1000,fade,loadPan2,loadPan2"
loadPan2="loadPano(xml_file=pan3.xml,0,none)"
/>
I want to modify pan2.xml to set a panhome value of the new pano what will be load in pan3.xml
I tried loadPan2="loadpano(xml_file=pan3.xml&panhome=60,0,none)"
but it's not working !
It easy to set it in pan3.xml , but I must set it in pan2.xml , What I should do ?
Thank you so much !