Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Play audio on Mac and iOS.
Play audio in background while doing work in FileMaker.
See also WMFP functions for Windows.
Version | macOS | Windows | Linux | Server | iOS SDK |
7.1 / 13.0 | ✅ Yes | ❌ No | ❌ No | 🔶 2%, on macOS | 🔶 64% |
Item | Details |
---|---|
AVPlayer.AddView Creates a player view. | Mac only 10.2 |
AVPlayer.CloseView Closes the video view. | Mac only 10.2 |
AVPlayer.FindPlayers Finds all players in current window. | Mac/iOS 7.3 |
AVPlayer.GetAsset Queries the current asset. | Mac/iOS 7.3 |
AVPlayer.GetAutoResizingMask Queries auto resizing mask. | Mac only 10.2 |
AVPlayer.GetControlsStyle Queries the controls style. | Mac only 10.2 |
AVPlayer.GetDuration Queries the length of the video in seconds. | Mac/iOS 7.1 |
AVPlayer.GetFinishedEvaluate Queries expression to be run when transfer is finished. | Mac/iOS 7.4 |
AVPlayer.GetFinishedFileName Queries the file name for the finished script to call. | Mac/iOS 7.4 |
AVPlayer.GetFinishedScriptName Queries the script name to call when transfer finished. | Mac/iOS 7.4 |
AVPlayer.GetMuted Queries mute state. | Mac/iOS 7.1 |
AVPlayer.GetProgressEvaluate Queries expression to run on playback. | Mac/iOS 7.4 |
AVPlayer.GetProgressInterval Queries progress interval. | Mac/iOS 7.4 |
AVPlayer.GetRate Queries playback rate. | Mac/iOS 7.1 |
AVPlayer.GetShowsFrameSteppingButtons Queries whether to show frame stepping buttons. | Mac only 10.2 |
AVPlayer.GetShowsFullScreenToggleButton Whether or not the controls pane will show a full screen toggle button. | Mac only 10.2 |
AVPlayer.GetShowsSubtitles Queries whether subtitles should be shown. | Mac only 10.5 |
AVPlayer.GetTag Queries the tag value. | Mac/iOS 10.2 |
AVPlayer.GetTime Queries current time in seconds. | Mac/iOS 7.1 |
AVPlayer.GetVisible Queries current visibility state. | Mac only 10.2 |
AVPlayer.GetVolume Queries current volume. | Mac/iOS 7.1 |
AVPlayer.GetWindowRef Queries the window where this text view is located. | Mac only 10.2 |
AVPlayer.List Lists all IDs of player objects. | Mac/iOS 13.0 |
AVPlayer.OpenContainer Opens the audio file from a container. | Mac/iOS 7.1 |
AVPlayer.OpenFile Opens an audio file. | Mac/iOS 7.1 |
AVPlayer.OpenURL Opens the movie with the given URL. | Mac/iOS 7.1 |
AVPlayer.Pause Pauses playback. | Mac/iOS 7.1 |
AVPlayer.Play Plays sound. | Mac/iOS 7.1 |
AVPlayer.Release Releases the audio player. | Mac/iOS 7.1 |
AVPlayer.ReleaseAll Releases all movies in memory. | Mac/iOS 7.1 |
AVPlayer.SetAutoResizingMask Sets the auto resizing mask. | Mac only 10.2 |
AVPlayer.SetControlsStyle Sets the controls style. | Mac only 10.2 |
AVPlayer.SetFinishedEvaluate Sets expression to be run when playback is finished. | Mac/iOS 7.4 |
AVPlayer.SetFinishedScript Sets which script to call when a transfer finished. | Mac/iOS 7.4 |
AVPlayer.SetFocus Sets focus to the player view. | Mac only 10.2 |
AVPlayer.SetFrameWithControl Repositions text view to given control. | Mac only 10.2 |
AVPlayer.SetMuted Sets mute status. | Mac/iOS 7.1 |
AVPlayer.SetProgressEvaluate Sets the expression to evaluate on progress. | Mac/iOS 7.4 |
AVPlayer.SetProgressInterval Sets the progress interval. | Mac/iOS 7.4 |
AVPlayer.SetRate Sets the playback rate. | Mac/iOS 7.1 |
AVPlayer.SetShowsFrameSteppingButtons Whether to show frame stepping buttons. | Mac only 10.2 |
AVPlayer.SetShowsFullScreenToggleButton Whether or not the controls pane will show a full screen toggle button. | Mac only 10.2 |
AVPlayer.SetShowsSubtitles Seats whether subtitles should be shown. | Mac only 10.5 |
AVPlayer.SetTag Sets the tag value. | Mac/iOS 10.2 |
AVPlayer.SetTime Sets the current time. | Mac/iOS 7.1 |
AVPlayer.SetVisible Hides or shows the player view. | Mac only 10.2 |
AVPlayer.SetVolume Sets the volume. | Mac/iOS 7.1 |
47 functions shown.
These functions require a license (72%).