You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, August 23rd 2011, 1:59pm

Switch soundinterface

Please I made a buttons together with Krpano buttons style and I put his action on skin xml together with all actions.
The problem is that I have to push two times the button to work (Mute) and two time to resume . What am I doing wrong?
Thank you

This post has been edited 1 times, last edit by "Net360" (Aug 23rd 2011, 4:02pm)


VN2011

Professional

Posts: 1,336

Location: Duluth MN

  • Send private message

2

Tuesday, August 23rd 2011, 3:02pm

there is no way for us to know without seeing code.

3

Tuesday, August 23rd 2011, 4:04pm

Ok the code is


<plugin name="somOn" devices="desktop" align="bottom" x="+160" y="10" style="button" crop="440|0|40|40" onovercrop="440|40|40|40" ondowncrop="440|80|40|40" onhover="showtext(Som, BUTTONSTYLE);" onclick="set(plugin[soundinterface].mute,true); set(plugin[somOn].visible,false); set(plugin[somOff].visible,true);" visible="" />
<plugin name="somOff" devices="desktop" align="bottom" x="+160" y="10" style="button" crop="480|0|40|40" onovercrop="480|40|40|40" ondowncrop="480|80|40|40" onhover="showtext(Som, BUTTONSTYLE);" onclick="set(plugin[soundinterface].mute,false); set(plugin[somOff].visible,false); set(plugin[somOn].visible,true);" visible="" />


I dont want put the sound name because always i have to change the skin xml.

Thank you