Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.3   9.4   9.5   10.0   10.1   10.2   10.3   10.4   10.5   10.6    Statistic    FMM    Blog  

AVPlayer.FindPlayers

Finds all players in current window.

Component Version macOS Windows Linux Server FileMaker iOS SDK
AVPlayer 7.3 Yes No No No Yes
MBS( "AVPlayer.FindPlayers" )   More

Parameters

none

Result

Returns list of identifiers or error.

Description

Finds all players in current window.
Looks for interactive containers using AVPlayer for playback and returns new identifiers for them.
We added this function to query time of a playing interactive container on iOS.
Seems to work on Mac for FileMaker 16, too.
Looks on the current window with focus.

Examples

Query time of container playing container on iOS:

# find players
Set Variable [$list; MBS( "AVPlayer.FindPlayers" ) ]
# pick first one
Set Variable [$player; GetValue($list; 1) ]
# query time
Set Variable [$time; MBS( "AVPlayer.GetTime"; AVPlayer ) ]

See also

Example Databases

Blog Entries

Release notes

Created 30th May 2017, last changed 28th November 2017


AVPlayer.CloseView   -   AVPlayer.GetAsset

Feedback: Report problem or ask question.




Links
MBS FileMaker Plugins

Start Chat