Adobe InDesign CS2 (4.0) Object Model JS: PlayMode
From InDesign CS2
Options for the playback mode when a user action starts playback from the PDF file.
Value
| Name | Description | Value |
|---|---|---|
| PlayMode.ONCE | Plays the movie once. If floating window is true, the window closes after playback finishes. If floating window is false, the poster is displayed. | 1399811685 = 'Sone' |
| PlayMode.REPEAT_PLAY | Plays the movie repeatedly until a user clicks the stop or pause button, closes the floating window, displays a different page in the PDF document, or closes the PDF file. | 1400006000 = 'Srep' |
| PlayMode.STAY_OPEN | Plays the movie once and then displays the last frame of the movie. If floating window is true, leaves the floating window open. | 1299148910 = 'Mopn' |
Usage
As property
Movie.playMode
| Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |