PDA

View Full Version : Controller


rjleblanc
09-11-2007, 02:36 PM
I'm working on a Tour that depend on the controller drop-down menu. It's a simple tour with no need for hot-spots. Is there a way to edit controller.fla or XML file to set to view (pan, tilt, FOV) of each pano as it loads?

Scott Witte
09-13-2007, 10:16 PM
rj,

I assume you have Flash and know how to edit the properties of the listbox to call your new panos. Beyond that, just use the same syntax you would for the loadPano function. For instance if "Images/Entrance" loads you new pano, "Images/Entrance&panHome=-122&tiltHome=10" would load and position that pano.

rjleblanc
09-16-2007, 02:40 AM
Thanks - that did the trick. Now the controller, as is, has a diagonal swipe from the top left to the bottom right. Is there a way to edit that as well? Is it possible to change the speed of the swipe/transition?

Scott Witte
09-16-2007, 05:20 AM
In Flash (programming) press F9 to open the Actions window. The last line of code contains the familiar loadPano function. Change the transition to what you want and the timing. Unless you know what you are doing, don't touch anything else.

Save and export as before and you have it.