Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
QTMovie.StopDelayed
Pauses a video later.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
QTMovie | 5.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Removed
This function was removed for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.
MBS( "QTMovie.StopDelayed"; Movie; Delay ) More
Parameters
Parameter | Description | Example |
---|---|---|
Movie | The reference number of the movie. Please use QTMovie.OpenContainer, QTMovie.OpenFile or QTMovie.OpenURL function to get movie reference. | $mov |
Delay | The time in seconds to wait for performing pause operation. | 5 |
Result
Returns OK or error.
Description
Pauses a video later.You can start a video in a script and in next step run the stop command with a delay to play only a portion of the video.
See also
Blog Entries
Created 15th December 2014, last changed 15th December 2014
