0
如何處理三星智能電視海基會播放器(link)的keydown事件?三星智能電視海基會播放器處理keydown
我想:
標記:
<object id="pluginObjectPlayer" border=0 classid="clsid:SAMSUNG-INFOLINK-PLAYER" style="position:absolute;z-index:1;left:0px;top:0px;width:1280px;height:720px"></object>
代碼:
var player = document.getElementById('pluginObjectPlayer'); //get player object
player.Play(streamUrl); //start playback
$("body").focus(); //focus on html element which can handle keydown events
不工作。播放正常開始,但未處理keydown事件。