PDA

View Full Version : Unload Hotspot Plugin


toepfermeister
02-27-2008, 12:25 PM
I used the embed_Pano to build a Pano with navigation.

I load the pano
loader.load (new URLRequest("files/pano.swf"));

When I return to the navigation I unload by

loader.unload ();
removeChild (loader);

When I then reload again > the pano turns much slower
But only when i used the hotspot Plugin Swf

How to get rid of Plugins bevore unloading the pano.swf...

And after reloading I am missing some boxed Hotspots Pictures.. They wont load again.

Thanks for any Help


Peter
www.flashspiele.de

zleifr
02-27-2008, 01:57 PM
You may not be able to successfully unloaded the plugin. All of the unloading code has to be manually programmed in, and it is a very unused, and relatively problematic area of FPP and various plugins, even my own!.

Zephyr