XML code to mute live TV - HELP PLEASE! (1 Viewer)

empezza

Portal Member
March 21, 2009
32
0
Jervis Bay, NSW
Home Country
Australia Australia
I have been modifying the Black and White 1080 skin to suit my needs.
For live TV I now have a pop-up bar on the bottom of screen with player controls: play/pause, FF, rewind, etc.

I also have a MUTE button on screen, but it does not work.
I have searched this forum for ages and cannot find how to get it work.

Keyboard "M" works to mute all sound, but I want to use a mouse only to control MP - no keyboard, no remote.

Can someone please help this newbie with the XML coding required to achieve this?
 

cul8er

Retired Team Member
  • Premium Supporter
  • August 31, 2006
    2,159
    2,679
    Home Country
    Sweden Sweden
    Hi,

    Here you are;

    <control>
    <description>back button</description>
    <type>button</type>
    <id>987611</id>
    <posX>322</posX>
    <posY>403</posY>
    <width>27</width>
    <height>28</height>
    <textureFocus>top_back_enabled.png</textureFocus>
    <textureNoFocus>top_back_disabled.png</textureNoFocus>
    <action>9982</action>
    <label>Mute</label>
    <onleft>2</onleft>
    <onright>2</onright>
    <onup>2</onup>
    <ondown>2</ondown>
    </control>

    Replace the textures, positions and onleft... and you are good to go!

    best regards
    cul8er
     

    empezza

    Portal Member
    March 21, 2009
    32
    0
    Jervis Bay, NSW
    Home Country
    Australia Australia
    Many thanks cul8er! It works brilliantly!


    Do you know if it is possible to have the mute icon and label that appears briefly, to stay on whilst mute is on?
     

    Users who are viewing this thread

    Top Bottom