QUOTE (nknwn666 @ 2008-04-01 22:45)

this arhive has ure menu.ml,one folder with opera mini on key 1 and another folder in it with opera mini on key 2
Thanks a bunch.. Only one problem..
Now the standard browser opens on both key 1 and 2 ^^
I tried to solve the problem myself by looking what yo did to the .ml file..
And you did like this with KD Player:
QUOTE
<!-- Desktop Element 6 -->
<element id="MediaPlayer">
<label type="name" textid="MENU_MEDIAPLAYER_TXT"/>
<icon pos="unselected" source="file">Icon6_unselected.png</icon>
<icon pos="selected" source="file">Icon6_selected.png</icon>
<link type="java" javasuitename="KD Player" javasuitevendor="Knyzhov Dmitry" javasuitepoint="KDPlayer"/>
</element>
So I tried by doing this
QUOTE
<!-- Desktop Element 1 using DESKTOP_HOOK_1 -->
<element id="PlayNow" replace="next">
<label type="name" textid="DIL_PRE_PLAY_LINK_TXT"/>
<icon pos="unselected" source="file">Icon1_unselected.png</icon>
<icon pos="selected" source="file">Icon1_selected.png</icon>
<link type="java" javasuitename="Opera Mini" javasuitevendor="Opera Software ASA" javasuitepoint="Opera Mini"/>
But it didn't work either :/
</element>