Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Opens the movie from container.
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 |
---|---|---|
Container | The container with the movie file. | MyTable::MovieContainer |
Returns Movie Reference or error.
Open Movie
$Movie = MBS( "QTMovie.OpenContainer"; MyTable::MovieContainer )
Close it later
MBS( "QTMovie.Release"; $Movie )
Load and play:
# Open Container
Set Variable [$$Movie; Value:MBS("QTMovie.OpenContainer"; QTMovie::MovieContainer)]
# Play it
Set Variable [$r; Value:MBS("QTMovie.Play"; $$Movie)]
# later you should release movie to free memory
Created 18th August 2014, last changed 20th January 2016