Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
AVPlayer.SetFinishedScript
Sets which script to call when a transfer finished.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
AVPlayer | 7.4 | Yes | No | No | No | Yes |
MBS( "AVPlayer.SetFinishedScript"; AVPlayer; Filename; ScriptName ) More
Parameters
Parameter | Description | Example value |
---|---|---|
AVPlayer | The reference number of the player. | $Player |
Filename | The database file name where the script is located. | "test.fmp12" |
ScriptName | The script name. | "MyScript" |
Result
Returns OK or error.
Description
Sets which script to call when a transfer finished.With plugin version 6.0 or newer the script name can be a script ID number. In that case the plugin queries the script name for the given script ID. This allows to call scripts by ID and avoid problems if scripts are later renamed.
Examples
Set finished script:
Set Variable [ $r ; Value: MBS("AVPlayer.SetFinishedScript"; $$Player; Get(FileName); "Played") ]
See also
Blog Entries
Created 6th September 2017, last changed 6th September 2017
AVPlayer.SetFinishedEvaluate - AVPlayer.SetMuted
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins