Presentation is loading. Please wait.

Presentation is loading. Please wait.

Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.

Similar presentations


Presentation on theme: "Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet."— Presentation transcript:

1

2 Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet.

3 Application on the Smart TV and on a Computer

4

5 HTML page Shows the applications structure. Samsung Smart TV SDK supports HTML5. CSS file Defines the applications style. JavaScript file Controls the applications behavior. Config.xml file Contains information on the operating environment and the application version. This file is required for running the application on a TV screen. Optional Flash files

6 Samsung Smart TV applications run on a browser. Smart TV also includes an Application Manager that handles application- related tasks.

7 JavaScript The JavaScript APIs provide low-level platform functions that give you greater control over application tasks and processes. Flash Samsung Smart TV supports the use of Flash functionality in applications. Use standard Flash functions and implement these Flash components according to the models provided in the Flash tutorials.

8 The config.xml file contains information about the applications execution, updates, operating environment settings and so on. Depending on the information, the Application Manager controls the version of the application. Sets the environment in which the application is run, and creates and manages user accounts. The config.xml file must be located in the directory in which the application is installed, and contain the tags listed in the table below.

9 A sample HTML code snippet for the index.html file is shown below. It includes the Main.js file under the JavaScript folder and calls the Main.onLoad() function when the document loadeds. The index.html file is the access point of the application.

10 When the HTML document is loaded, the onLoad() function of the Main object is called, as the Main.onLoad() function in the onload property is registered in the tag.

11 Add the following string to the field in the index.html file: Assign an ID to element in the index.html file:

12 Create a Main.css file in the CSS folder and enter the code snippet shown in the box below to specify the style of the welcome element:

13


Download ppt "Samsung Smart TV is a web-based application running on an application engine installed on digital TVs connected to the Internet."

Similar presentations


Ads by Google