Quote Originally Posted by infin1ty13 View Post
hi, i want to change my right softkey to link to the mediaplayer. i allready got the icon this is what i have:



<MenuItem version="1.0">
<item_text>
</item_text>
<item_help>
</item_help>
<item_icon>
<RIGHT str="softkey.png" />
</item_icon>
<item_action>
<ACTION type="JAVA" suite_name="KD Player" suite_vendor="Knyzhov Dmitry" entry_point="KDPlayer"/>
</item_action>
</MenuItem>

instead of KDplayer i want to link it to the internal media player

Code:
<element id="MediaPlayer">
          <label type="name" textid="MENU_MEDIAPLAYER_TXT"/>
          <icon pos="unselected" source="internal">MEDIAPLAYER_DESKTOP_ICN</icon>
          <icon pos="selected" source="internal">MEDIAPLAYER_DESKTOP_SELECTED_ICN</icon>
          <icon pos="shortcut" source="internal">RN_SHORTCUT_LIST_MEDIAPLAYER_ICN</icon>
          <link type="internal"/>
        </element>
try combine something with that i give to you