Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MovieView.IsControllerVisible

Returns an indication of whether the QTMovieView has been requested to display a built-in movie controller user interface.

Component Version macOS Windows Linux Server iOS SDK
MovieView 3.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( "MovieView.IsControllerVisible"; MovieViewReference )   More

Parameters

Parameter Description Example
MovieViewReference The name of the container where to look for a movie view. "movie"

Result

Returns 1 if visible and 0 if not.

Description

Returns an indication of whether the QTMovieView has been requested to display a built-in movie controller user interface.
Using the MovieView.SetControllerVisible method, the client tells QTMovieView whether or not to display a user interface for controlling the movie within its bounds. Using the isControllerVisible method, the client can determine whether a QTMovieView has been configured to display such an interface. By using the controllerBarHeight method, you can determine the height of the portion of the QTMovieView that is required to display that interface. Note that some types of QuickTime content are authored to display their own user interface; for those types of content it is possible for the ControllerBarHeight method to return 0 even when the MovieView.IsControllerVisible method returns 1.

See also

Created 18th August 2014, last changed 18th August 2014


MovieView.IsBackButtonVisible - MovieView.IsCustomButtonVisible