fritsjan
02-08-2008, 07:39 AM
I know this is possible because dennis is using it:
(see http://flashpanoramas.com/forum/showthread.php?t=134)
3. Now there is only one plugin you can load/unload completely any amount times: editor.swf. There are two special undocumented functions for Hotspots script (beta status): loadPlugin(url:String, depth:Number); and unloadPlugin(depth:Number); (you can call them in Actionscript in Hotspots script or in Javascript). I used this feature to load Editor at runtime using Javascript in browser's adress line.
Can anyone tell me how it is done? What is the xml code and what is the javascript/html code to achive this.
It would be very nice to implement this in my testing/development environment, will save me (and others) a lot of time!
Thanks in advance,
Frits Jan
(see http://flashpanoramas.com/forum/showthread.php?t=134)
3. Now there is only one plugin you can load/unload completely any amount times: editor.swf. There are two special undocumented functions for Hotspots script (beta status): loadPlugin(url:String, depth:Number); and unloadPlugin(depth:Number); (you can call them in Actionscript in Hotspots script or in Javascript). I used this feature to load Editor at runtime using Javascript in browser's adress line.
Can anyone tell me how it is done? What is the xml code and what is the javascript/html code to achive this.
It would be very nice to implement this in my testing/development environment, will save me (and others) a lot of time!
Thanks in advance,
Frits Jan