Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Opens the movie with the given URL.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
QTMovie | 4.0 | ✅ Yes | ❌ No | ❌ No | ✅ Yes, on macOS | ❌ No |
This function was removed for MBS FileMaker Plugin 9.0. Please move to newer functions or keep using older plugins.
Parameter | Description | Example |
---|---|---|
URL | The URL of the movie to open. | "http://example.test/mysound.mp3" |
Returns Movie Reference or error.
Open Movie
$Movie = MBS( "QTMovie.OpenURL"; "http://example.test/mysound.mp3" )
Close it later
MBS( "QTMovie.Release"; $Movie )
Created 18th August 2014, last changed 18th August 2014