A Streaming Media JukeBox - Part III: Browser-Independent: The D Properties
A Streaming Media JukeBox - Part III: Browser-Independent
The D Properties
Property | DefaultFrame |
ActiveX | a=DefaultFrame |
Plugin | a=GetDefaultFrame() |
Description | Returns the default frame name. Read-only. |
Property | DisplayBackColor |
ActiveX | DisplayBackColor=integer |
Plugin | SetDisplayBackColor(integer) |
Description | Returns or sets the display background color. |
Property | DisplayForeColor |
ActiveX | DisplayForeColor=integer |
Plugin | SetDisplayForeColor(integer) |
Description | Returns or sets the display foreground color. |
Property | DisplayMode |
ActiveX | DisplayMode=integer |
Plugin | SetDisplayMode(integer) |
Description | Returns or sets whether the current position is in seconds (0) or frames (1). |
Property | DisplaySize |
ActiveX | DisplaySize=integer |
Plugin | SetDisplaySize(integer) |
Description | Returns or sets the size of the display panel: 0 (default), 1 (half), or 2 (double). |
Property | Duration |
ActiveX | a=Duration |
Plugin | a=GetDuration() |
Description | Returns the length of the streaming media in seconds. Read-only. |
Produced by Yehuda Shiran and Tomer Shiran
Created: December 6, 1999
Revised: December 6, 1999
URL: https://www.webreference.com/js/column53/properties4.html