| Property | SAMILang |
| ActiveX | SAMILang=String a=SAMILang |
| Plugin | SetSAMILang(String) a=GetSAMILang() |
| Description | Returns or sets the Stand-Alone Media Interface's language. |
| Property | SAMIStyle |
| ActiveX | SAMIStyle=String a=SAMIStyle |
| Plugin | SetSAMIStyle(String) a=GetSAMIStyle() |
| Description | Returns or sets the Stand-Alone Media Interface's style. |
| Property | SAMIFileName |
| ActiveX | SAMIFileName=String a=SAMIFileName |
| Plugin | SetSAMIFileName(String) a=GetSAMIFileName() |
| Description | Returns or sets the Stand Alone Media Interface's file name. |
| Property | SelectionEnd |
| ActiveX | SelectionEnd=Integer a=SelectionEnd |
| Plugin | SetSelectionEnd(Integer) a=GetSelectionEnd() |
| Description | Returns or sets the end mark, in seconds from the beginning of the media. |
| Property | SelectionStart |
| ActiveX | SelectionStart=Integer a=SelectionStart |
| Plugin | SetSelectionStart(Integer) a=GetSelectionStart() |
| Description | Returns or sets the start mark, in seconds from the beginning of the media. |
| Property | SendOpenStateChangeEvents |
| ActiveX | SendOpenStateChangeEvents=true/false a=SendOpenStateChangeEvents |
| Plugin | SetSendOpenStateChangeEvents(true/false) a=GetSendOpenStateChangeEvents() |
| Description | Returns or sets whether to send an event every time the media's open state changes. |
| Property | SendWarningEvents |
| ActiveX | SendWarningEvents=true/false a=SendWarningEvents |
| Plugin | SetSendWarningEvents(true/false) a=GetSendWarningEvents() |
| Description | Returns or sets whether to send an event every time a warning is displayed. |
| Property | SendErrorEvents |
| ActiveX | SendErrorEvents=true/false a=SendErrorEvents |
| Plugin | SetErrorEvents(true/false) a=GetErrorEvents() |
| Description | Returns or sets whether to send an event every time an error is displayed. |
| Property | SendKeyboardEvents |
| ActiveX | SendKeyboardEvents=true/false a=SendKeyboardEvents |
| Plugin | SetSendKeyboardEvents(true/false) a=GetSendKeyboardEvents() |
| Description | Returns or sets whether to send an event when a key is pressed. |
| Property | SendMouseClickEvents |
| ActiveX | SendMouseClickEvents=true/false a=SendMouseClickEvents |
| Plugin | SetSendMouseClickEvents(true/false) a=GetSendMouseClickEvents() |
| Description | Returns or sets whether to send an event when a mouse button is clicked. |
| Property | SendMouseMoveEvents |
| ActiveX | SendMouseMoveEvents=true/false a=SendMouseMoveEvents |
| Plugin | SetSendMouseMoveEvents(true/false) a=GetSendMouseMoveEvents() |
| Description | Returns or sets whether to send an event when the mouse move. |
| Property | SendPlayStateChangeEvents |
| ActiveX | SendPlayStateChangeEvents=true/false a=SendPlayStateChangeEvents |
| Plugin | SetSendPlayStateChangeEvents(true/false) a=GetPlayStateChangeEvents() |
| Description | Returns or sets whether to send an event when the play state changes. |