문제

I need to make application on samsung smart tv using javascript, html and css. The main task is display broadcasing channels and control it. These task was not difficult with LG smart TV implementing:

<object id="broadcast" type="application/x-netcast-broadcast" width=240 height=180></object>

But is samsung smart tv has the same solution ?

도움이 되었습니까?

해결책

You need to use web device API <script src="$MANAGER_WIDGET/Common/webapi/1.0/webapis"></script> and then you can get access to webapis object.

For more info look here: http://www.samsungdforum.com/Guide/ref00011/deviceapi_tv.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top