PDA

View Full Version : How to listener end pano animation


BionicDroid
10-13-2009, 07:46 PM
I use FFP at embed pano and i must to know when some animation end, because after that i must fire my Iframe to open over the pano.
This spot are invisible on pano, url=empty, this way i tell my flash file to fire the first function - animScene01() and pano start animation.
The problem is in slow computers because when i click some button my timer start count, when my timer=2.5 seconds he fire de Iframe over the pano, the xml functions animation during exat time, so i ask again.Is it possible to listener end pano animation? How?

<box id="btnanim"
url=""
linked="../files/visualFiles/panos/bar/bar"
pan="0"
tilt="3.5"
scaleX="13"
scaleY="3"
onClick="
animScene01();
"
animScene01="
pano.pan_v=0;
pano.tilt_v=0;
pano.zoom_v=0;
gotopointa()
"
gotopointa="
pano.zoom=0.0,1000;
timer+=1,1000,,gotopointb;
"
gotopointb="
pano.pan=95.0,1000;
pano.tilt=-2.0,1000;
pano.zoom=2.75,1000;
timer+=1,1000,,gotopointc;
"
gotopointc="
pano.zoom= 5.5,500;
"
/>

Thanks in advanced.

BionicDroid
10-27-2009, 07:58 PM
BUMP! Any idea?
Thanks in advanced