Hi!,
i'm looking for a complete javascript portal to upgrade settings of my amino STB 110H.
My STB is connected by a TVI cable to a philips flatTV HDready and with a SCART cable.
I need to display the current volume and change the number's position about channel...
Can someone help me?
Actually my settings are:
function keyAction(e)
{
var keypressed = e.which;
var rtn = true;
switch(keypressed)
{
case 8498: // PWR OFF
TVI.TVOff();
rtn = false;
break;
case 8495: // VOL +
TVI.VolumeUp();
rtn = false;
break;
case 8496: // VOL -
TVI.VolumeDown();
rtn = false;
break;
default: // ANY KEY TO PWR ON
TVI.TVOn();
// window.alert("KEY IS: "+keypressed);
}
return rtn;
}
have a nice day!
Gugnol
..sorry for my few english..