PDA

View Full Version : API for pano.swf


jcnes
09-11-2007, 04:16 PM
Hi all,
I've got a situation where I have a panorama embedded in another (AS3) swf.
My panorama includes the hotspot plugin.
I've gone all through the tutorials and sample controller files and can't seem to figure this out.
Is there an API reference anywhere that contains all the public methods exposed by pano.swf?
For instance, you can call the method setArea() on the pano -- I found that in a sample file -- but I don't see it anywhere in the FlashPanorama help docs.
Can you call the "change()" method on the panorama directly? I see that it's being done via LocalConnection in the controller.fla sample file, but it would be much easier if I could just access these methods from a parent DisplayObject.

Thanks,
John