A collection of sound behavior objects.
sound behavior Properties
| Property | Type | Access | Description |
|---|---|---|---|
| behavior event | mouse up, mouse down, mouse enter, mouse exit, on focus, on blur, |
r/w | The event which triggers the behavior. |
| class | type | read | The class descriptor type. |
| enable behavior | boolean | r/w | If true, the behavior is enabled. |
| id | integer | read | The unique ID of the sound behavior. |
| index | integer | read | The index of the sound behavior within its containing object. |
| label | text | r/w | A property that can be set to any string. |
| name | text | read | The name of the sound behavior. |
| object reference | sound behavior | read | An object reference for the object. |
| operation | play, stop, pause, resume, |
r/w | The playback mode. |
| parent | specifier | read | The parent of the sound behavior (a form field or button). Can return: form field or button. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |
| sound item | sound | r/w | The sound page item. |