2005-02-10, 02:29 AM
JasonF thats a good idea, just have to make sure no two buttons have the same keystrokes, currently i only think Red and Rewind have the same ones. have something like
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><keypressActions>
<action name="universal.nexttrack" mapping="skip" />
<action name="universal.prevtrack" mapping="prev" />
<action name="universal.mute" mapping="mute" />
<action name="universal.stop" mapping="stop" />
<action name="universal.mainmenu" mapping="go" />
<action name="universal.pause" mapping="pause" />
<action name="universal.pageup" mapping="yellow" />
<action name="universal.pagedown" mapping="blue" />
</keypressActions>[/QUOTE]
etc for all the universal commands, so they are all set once.
<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><keypressActions>
<action name="universal.nexttrack" mapping="skip" />
<action name="universal.prevtrack" mapping="prev" />
<action name="universal.mute" mapping="mute" />
<action name="universal.stop" mapping="stop" />
<action name="universal.mainmenu" mapping="go" />
<action name="universal.pause" mapping="pause" />
<action name="universal.pageup" mapping="yellow" />
<action name="universal.pagedown" mapping="blue" />
</keypressActions>[/QUOTE]
etc for all the universal commands, so they are all set once.