PDA

View Full Version : Disable hotspot buttons


Mc_Fly
07-15-2010, 04:05 PM
Hi,

I'm doing one plug-in that will open one dialog and I would like disable all (like one modal message)
I'm doing:

pano.disableControls=1
pano.tintColor=#adadad
pano.tint=1,1000

But still hotspot buttons are working. I know I can hide all doing button.visible=0 but I'm wondering is there is a easy way for to disable all

Thank you very much

Manel

siesfor
07-15-2010, 06:39 PM
You could probably use Tommy allSaints' groups plugin (http://wirestam.com/panos/Flash/plugins/groups.html) to group your hotspots together and then give them a buttonMode=0 command to disable them but still keep them visible. Haven't tried it personally, but looks like it should work.