Question

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 ?

Was it helpful?

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top