View Full Version : load pano Transition and panHome
girpano
08-04-2008, 10:11 PM
what`s up guys?
so i want to load a new panorama with no Transition effect and with panHome
tried:
myDone05 = "zoom01.url = flvplayer01.swf ;loadPano(?room02,0,none&panHome=180)"
didn't work...
also maybe i can set all off the Transition to "none" with
<global "something someting" >
???
:cool:
girpano
08-04-2008, 10:46 PM
Hey again
tried:
myDone05 = "zoom01.url = flvplayer01.swf ;loadPano(?panoName=room02,0,none&panHome=180)"
Transition working but not the "panHome"
again can is use
<global "something someting" >
for all Transition ???
Scott Witte
08-05-2008, 12:35 AM
myDone05 = "zoom01.url = flvplayer01.swf ;loadPano(?panoName=room02,0,none&panHome=180)"
A very careful reading of the manual and/or peeking at various xml examples shows that the passed parameters (eg. &panHome=180) are attached to the pano itself, then the whole thing (pano + parameters) get modified by the transition. That almost makes sense but I can't say it is intuitive.
Anyway, try the following:
myDone05 = "zoom01.url = flvplayer01.swf ;loadPano(?panoName=room02&panHome=180,0,none)"
Should work.
GThanos
08-05-2008, 11:43 PM
Hi, I have a similar problem. I'm using the following code:
<spot id="goHall"pan="-40" alt="" tilt="0" scaleable="0" url="images/btn_glass_u.png"
linked="images/17bar" altFont="Arial" altSize="12" altColor="0xFFFFFF" altFill="0x336600" altStroke="0x000000" altAlpha="0.69"
onClick="
change:0,pan,-40,500;
change:0,tilt,0,500;
change:0,zoom,1.2,500;
timer+=1,500,,myDone
"
myDone="loadPano(?panoName=images/hall&&panHome=270)"/>
For some reason the panHome doesn't work...I have FPP2.1
Any ideas?
girpano
08-05-2008, 11:48 PM
Hey Scott Gir talking.
TANKS mate...
its working! good job.
another thing...
instaed of showing a clip and then load a new panorama.
can i make a prealoder from the clip that will load the new pano?
lead the way mate!
girpano
08-05-2008, 11:57 PM
4got2 mention. my problam is that after showing the clip (u know "walking to a differnt pano") the first panorama is sowing for a sec b4 loading the new pano.(evan that i made a preloader for all the "virtual tour" files). Maybe u know a way to solve this problam of the old panorama showing foer a sec in a different way?
TNX again ...for any respone LIve Long And Animate!
vBulletin® v3.7.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.