It is currently Thu May 17, 2012 9:23 pm

All times are UTC




Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Working with GoogleTV
PostPosted: Sat Jan 08, 2011 4:36 am 
Offline
Guest

Joined: Sat Jan 08, 2011 4:33 am
Posts: 2
I am working on a site that is optimized for GoogleTV and it requires that the arrow keys to be used to navigate.
Also there are play, stop, and volume keys that can also be mapped via Javascript.

Is it possible to integrate additional javascript to allow these keys to function within the player?

Thanks,

Craig H Gray


Top
 Profile  
 
 Post subject: Re: Working with GoogleTV
PostPosted: Wed Jan 12, 2011 11:52 am 
Offline
Customer
User avatar

Joined: Wed May 12, 2010 10:49 am
Posts: 112
Yes, our player can work with javascript controls as shown on one of demo players - http://webstunning.com/flv-player/demos/


Can you send a link to your page and show us exactly what controls do you need?

_________________
Big Nik
WebStunning stuff


Top
 Profile  
 
 Post subject: Re: Working with GoogleTV
PostPosted: Thu Jan 13, 2011 10:16 pm 
Offline
Guest

Joined: Sat Jan 08, 2011 4:33 am
Posts: 2
Thanks for the reply...my test page is located here

www.offroadhd.com/video/test/test.html

I'm working with the Logitech Revue which is a GoogleTV device. For full compatability of TV viewing there has to be keyboard funtionality.

The Javascript they recommend to use is this:

window.onload = function() {

document.onkeydown=function(e){

if (!e) e=window.event;

switch(e.keyCode) {

case 37:
alert("Left arrow");
break;

case 38:
alert("Up arrow");
break;

case 39:
alert("Right arrow");
break;

case 40:
alert("Down arrow");
break;

case 13:
alert("Enter/select");
break;
}
}
}

and the media keys to recognize are:
Key codes:

Play/Pause: 179
Stop: 178
Next: 176
Previous: 177

Thank you for any advice or suggestions you can provide. Once I have this issue worked through I will purchase a full multi domain license of your product.

Thank You,

Craig H Gray
Forward Thinking


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 Flash Video Player    FLV Player    FLV Player Tutorial    FLV player Demos    FLV Player Skins    FLV Player Download
 Flash Photo Gallery    Photo Gallery Tutorial    Photo Gallery Demos    Photo Gallery Download   

cron