PDA

View Full Version : Set pano attribute from hotspot


AlexS
10-15-2009, 10:39 AM
Hello.

Can i set directly pan attribute from hotspot without ExternalInterface at AS3?

allSaints
10-15-2009, 10:52 AM
Alex,

I assume you mean from a hotspot plugin:
// get link to hotspots plugin object
hotspots = (loaderInfo.loader as Object).hotspots;
hotspots.execute("pano.pan=nnn");



Tommy

AlexS
10-15-2009, 10:54 AM
yes, thanks.
will try now