A collection of movie behavior objects.
movie 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 class | read | The class descriptor type. |
| enable behavior | boolean | r/w | If true, the behavior is enabled. |
| id | integer | read | The unique ID of the movie behavior. |
| index | integer | read | The index of the movie behavior within its containing object. |
| label | string | r/w | A property that can be set to any string. |
| movie item | movie | r/w | The movie page item. |
| name | string | read | The name of the movie behavior. |
| object reference | movie behavior | read | An object reference for the movie behavior. |
| operation | play, stop, pause, resume, |
r/w | The playback mode. |
| parent | reference | read | The parent of the movie 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. |