Script Steps Reference
Table Of Contents
- Contents
- Script steps reference (alphabetical list)
- About script steps
- Control script steps
- Navigation script steps
- Editing script steps
- Fields script steps
- Set Field
- Set Field By Name
- Set Next Serial Value
- Insert Text
- Insert Calculated Result
- Insert From Device
- Insert From Index
- Insert From Last Visited
- Insert From URL
- Insert Current Date
- Insert Current Time
- Insert Current User Name
- Insert Picture
- Insert Audio/Video
- Insert PDF
- Insert File
- Replace Field Contents
- Relookup Field Contents
- Export Field Contents
- Records script steps
- New Record/Request
- Duplicate Record/Request
- Delete Record/Request
- Delete Portal Row
- Delete All Records
- Open Record/Request
- Revert Record/Request
- Commit Records/Requests
- Copy Record/Request
- Copy All Records/Requests
- Import Records
- Export Records
- Save Records As Excel
- Save Records As PDF
- Save Records As Snapshot Link
- Found Sets script steps
- Windows script steps
- Files script steps
- Accounts script steps
- Spelling script steps
- Open Menu Item script steps
- Miscellaneous script steps
- Get Directory
- Show Custom Dialog
- Allow Formatting Bar
- Refresh Object
- Beep
- Speak (OS X)
- Dial Phone
- Install Plug-In File
- Install Menu Set
- Set Web Viewer
- Open URL
- Send Mail
- AVPlayer Play
- AVPlayer Set Playback State
- AVPlayer Set Options
- Refresh Portal
- Send DDE Execute (Windows)
- Perform AppleScript (OS X)
- Execute SQL
- Send Event
- Comment
- Flush Cache to Disk
- Exit Application
- Enable Touch Keyboard
- Glossary
Miscellaneous script steps
F
ILEMAKER 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 scheduled script No
FileMaker Go Yes
Custom Web Publishing No
FileMaker WebDirect No
Runtime solution No