Script Steps Reference

Table Of Contents
Miscellaneous script steps
F
ILEMAKER PRO SCRIPT STEPS REFERENCE 264
Start Offset specifies the beginning of the playback range in seconds from the beginning of
the media. The media can be played only within the playback range. For example, if you set
this option to 30, the user cannot rewind into or play the first 30 seconds of the media. The
default value for this option is 0, which allows the media to start from the beginning.
End Offset specifies the end of the playback range in seconds from the beginning of the
media. The media can be played only within the playback range. For example, if you set this
option to 100, the user cannot fast forward or play past 100 seconds of the media. The
default value for this option is 0, which allows the media to play to the end.
Sequence specifies which media file should play next.
None plays no additional media.
Next plays the next media.
Previous plays the previous media.
Compatibility
Originated in
FileMaker Pro 14.0
Description
Use this script step to change the settings for audio, video, or image files when the file is playing or
is paused.
Example 1
Changes the setting of a media file that is currently playing to start the playback 50 seconds from
the beginning of the file.
AVPlayer Set Options [Position: 50]
Example 2
Enables user interaction with the playback after the video has played for 30 seconds.
AVPlayer Play [Object: "Container"; Disable Interaction: Yes]
Pause/Resume Script [Duration (seconds): 30]
AVPlayer Set Options [Disable Interaction: No]
Example 3
Pauses the audio file that is playing if FileMaker Go moves to the background.
AVPlayer Set Options [Pause in Background: Yes]
Where the script step runs Supported
FileMaker Pro No
FileMaker Server No
FileMaker Go Yes
Custom Web Publishing No
FileMaker WebDirect No
Runtime solution No