FRONTPANEL
The FrontPanel class handles the BD Player display.
Add the following line for FrontPanel class into a html file your own : <object id="plugin" classid="clsid:SAMSUNG-INFOLINK-SEF" style="width:0px; height:0px;"></object> |
You can declare FrontPanel class like this : ex) plugin = document.getElementById("plugin"); plugin.Open('FrontPanel', '1.000', 'FrontPanel'); plugin.Execute('method', 'parm1', 'parm2'); |
Contents
Methods
DisplayVFD_Time | ||
Description | ||
The DisplayVFD_Time plugin command shows the play time. | ||
Parameters | ■hour - Number - hour ■minutes - Number - minutes ■seconds - Number - seconds | |
Return | ■Boolean - Always returns true. | |
Emulator Support | Y | |
SDK Constraint | None | |
Example | ||
SefPlugin.Execute("DisplayVFD_Time",1,15,50); |