Pauses, resumes, or stops playing a media file that is playing or is paused.
•Paused pauses playing the media file.
•Playing resumes playing a media file that has been paused.
•Stopped stops playing the media file. After a player is set to stop, it cannot be set to play with this script step.
Product  | Supported  | 
FileMaker Pro Advanced  | No  | 
FileMaker Go  | Yes  | 
FileMaker WebDirect  | No  | 
FileMaker Server  | No  | 
FileMaker Cloud products  | No  | 
FileMaker Data API  | No  | 
Custom Web Publishing  | No  | 
Runtime solution  | No  | 
FileMaker Pro 14.0
Use this script step to pause, resume, or stop playing a media file that is playing or is paused.
Resumes playing a media file that has been paused.
AVPlayer Set Playback State [Playing]Stops a media file if it is playing.
If [GetAVPlayerAttribute("playbackState") = 1
	AVPlayer Set Playback State [Stopped]
End If