javascript portal

Just have a drink and chat
gugnol
New Cone
New Cone
Posts: 1
Joined: 26 Jan 2009 12:18

javascript portal

Postby gugnol » 26 Jan 2009 12:42

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.. ;)

Return to “Coffee Corner”

Who is online

Users browsing this forum: No registered users and 14 guests