| Attribute | Property | Description |
|---|
| BALANCE | balance |
Sets or retrieves the value indicating how the volume of the background sound is divided between the left and right speakers. |
| canHaveHTML |
Sets or retrieves the value indicating whether the object can contain rich HTML markup. |
| disabled |
Sets or retrieves the value that indicates whether the user can interact with the object. |
| ID | id |
Retrieves the string identifying the object. |
| isContentEditable |
Retrieves the value indicating whether the user can edit the contents of the object. |
| isDisabled |
Retrieves the value indicating whether the user can interact with the object. |
| isMultiLine |
Retrieves the value indicating whether the content of the object contains one or more lines. |
| LOOP | loop |
Sets or retrieves the number of times a sound or video clip will loop when activated. |
| nextSibling |
Retrieves a reference to the next child of the parent for the object. |
| nodeName |
Retrieves the name of a particular type of node. |
| nodeType |
Retrieves the type of the requested node. |
| nodeValue |
Sets or retrieves the value of a node. |
| outerHTML |
Sets or retrieves the object and its content in HTML. |
| outerText |
Sets or retrieves the text of the object. |
| parentElement |
Retrieves the parent object in the object hierarchy. |
| parentNode |
Retrieves the parent object in the document hierarchy. |
| parentTextEdit |
Retrieves the container object in the document hierarchy that can be used to create a TextRange containing the original object. |
| previousSibling |
Retrieves a reference to the previous child of the parent for the object. |
| readyState |
Retrieves the current state of the object. |
| scopeName |
Retrieves the namespace defined for the element. |
| sourceIndex |
Retrieves the ordinal position of the object, in source order, as the object appears in the document's all collection. |
| SRC | src |
Sets or retrieves the URL of a sound to play. |
| tagName |
Retrieves the tag name of the object. |
| tagUrn |
Sets or retrieves the Uniform Resource Name (URN) specified in the namespace declaration. |
| uniqueID |
Retrieves an autogenerated, unique identifier for the object. |
| VOLUME | volume |
Sets or retrieves the volume setting for the sound. |