Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: AVPlayer
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%).
Release notes
- Version 13.0
- Added AVPlayer.List function.
- Version 10.5
- Added AVPlayer.GetShowsSubtitles and AVPlayer.SetShowsSubtitles function.
- Version 10.3
- Fixed AVPlayer.SetTime function to pass correct time.
- Rewrote control placement for MacOS and iOS controls for AVPlayer.AddView, DragDrop.CreateWithControl, ImageView.CreateWithControl, MapView.CreateWithControl, TextView.CreateWithControl, WebView.CreateWithControl.
- Rewrote control placement for MacOS and iOS controls for AVPlayer.SetFrameWithControl, DragDrop.SetFrameWithControl, ImageView.SetFrameWithControl, MapView.SetFrameWithControl TextView.SetFrameWithControl, WebView.SetFrameWithControl.
- Version 10.2
- Added AVPlayer.SetTag and AVPlayer.GetTag functions.
- Added view option for AVPlayer with AVPlayer.AddView function and related.
- Version 8.2
- Fixed AVPlayer.OpenContainer to work better with various file types including mp3.
- Version 7.4
- Added AVPlayer.GetFinishedEvaluate, AVPlayer.GetFinishedFileName, AVPlayer.GetFinishedScriptName, AVPlayer.SetFinishedEvaluate and AVPlayer.SetFinishedScript.
- Added AVPlayer.GetProgressEvaluate, AVPlayer.GetProgressInterval, AVPlayer.SetProgressEvaluate and AVPlayer.SetProgressInterval to track progress when playing audio.
- Version 7.3
- Added AVPlayer.FindPlayers function to access playing interactive containers on iOS.
- Added AVPlayer.GetAsset function.
- Version 7.1
- Added AVPlayer functions.
Blog Entries
- MBS @ FMTraining.TV - What’s New in the FileMaker MonkeyBread Plug-in - 13.2 Release
- Combined Components with MBS FileMaker Plugin
- 5000 Functions in MBS Plugin
- MBS FileMaker Plugin 7.4 - More than 4900 Functions In One Plugin
- MBS FileMaker Plugin 7.3 - Über 4800 Funktionen in einem Plugin
- MBS FileMaker Plugin 7.3 - More than 4800 Functions In One Plugin
- Control AVPlayer on Mac and iOS
- MBS FileMaker Plugin 7.1 - Über 4400 Funktionen in einem Plugin
- MBS FileMaker Plugin 7.1 - More than 4400 Functions In One Plugin