PDA

View Full Version : Rotating panorama from external flash navigation?


cortezz
08-20-2007, 01:46 PM
Hi, I have a question about tilting and panning the whole pano from external flash navigation. I can pan and tilt the pano to certain point using hotspots like this:
<spot id="spot1" url="spot1.swf" pan="-55" tilt="20" scaleable="0" onOver="pano.pan=100,1000;pano.tilt=-20,1000;" />

I have an external navigation flash embedded to my panorama to load text content over the panorama. Is it possible to rotate the panorama from this external navigation? What function should I use? I really can't understand this.

jaaaab
08-20-2007, 03:47 PM
Hi cortezz

You should have a look at examples folder there's an example named "embedPano".

You'll find the code you're looking for into the .fla ;)

Cheers

cortezz
08-21-2007, 11:22 AM
Thanks jaaaab for your reply,

I actually managed to get it work with Hotspots ExternalInterface API.

I'm beginning to understand this more and more every day... :)