PDA

View Full Version : Reseting plugin on new pano


myksa
11-10-2008, 12:08 PM
Hi,

I want to completly reset a plugin when new pano loads.

I have a tour. When first pano loads, my plugin is configured by the xml file. But when I go to the next pano, plugin doesn't take parameters from new xml, but holds the old ones.

Now this plugin just loads on first pano, and then doesn't do anything. I was trying to use newPano function in source file, but I don't have any idea how to tell plugin to reset.

How can I force plugin to take new parameters and reconfigure itself?

Myksa

Scott Witte
11-23-2008, 10:45 PM
I want to completly reset a plugin when new pano loads.


Check out Zephyr's FPP Plugin Architecture tutorial (http://flashpanos.com/tutorials/zephyr/understanding-basic-flash-panorama-player-plugin-architecture) over at flashpanos.com. He tells all there. Highly recommended.