The SVG portal application is an SVG browser using Ekioh/SVG as browser engine. The application is called "SVG" below.
The KreaTV supports SVG and JavaScript standards. For portal designers, there is a specific API called TOI/JS which gives portals access to a number of services in the KreaTV platform. Through this API, the portal developer can get access to all KreaTV platform services in order to provide control over for instance video playback and configuration.
In order to access KreaTV services, a specific TOI/JS npruntime plugin needs to be loaded into the browser. This is done using the <foreignObject> element. Following section will show how to load TOI plugin.
<foreignObject requiredExtensions="application/x-motorola-toi" hidden="true"></foreignObject>