Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Component: MovieView
Control the movieplayer for playing video in a container on Mac. (FileMaker 11 to 13 only)
See AVPlayer for newer FileMaker versions.
Version | macOS | Windows | Linux | Server | iOS SDK |
3.0 / 5.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
Item | Details |
---|---|
MovieView.AreStepButtonsVisible Returns the current visibility state of the specified controller bar button. | Mac only 3.0 |
MovieView.AreZoomButtonsVisible Returns the current visibility state of the specified controller bar button. | Mac only 3.0 |
MovieView.CurrentFrameImage Returns an image for the frame at the current time in the movie. | Mac only 3.0 |
MovieView.CurrentTime Queries position of the movie. | Mac only 4.0 |
MovieView.Duration Queries duration of the movie. | Mac only 4.0 |
MovieView.GotoBeginning Sets the current movie time to the beginning of the movie. | Mac only 3.0 |
MovieView.GotoEnd Sets the current movie time to the end of the movie. | Mac only 3.0 |
MovieView.GotoPosterFrame Sets the current movie time to the movie poster frame. | Mac only 3.0 |
MovieView.IsBackButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only 3.0 |
MovieView.IsControllerVisible Returns an indication of whether the QTMovieView has been requested to display a built-in movie controller user interface. | Mac only 3.0 |
MovieView.IsCustomButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only 3.0 |
MovieView.IsHotSpotButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only 3.0 |
MovieView.IsTranslateButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only 3.0 |
MovieView.IsVolumeButtonVisible Returns the current visibility state of the specified controller bar button. | Mac only 3.0 |
MovieView.Movie Returns the movie assigned to this movie view. | Mac only 4.0 |
MovieView.Pause Pauses the movie playing. | Mac only 3.0 |
MovieView.PauseDelayed Pauses a video later. | Mac only 5.0 |
MovieView.Play Starts the movie playing at its current location. | Mac only 3.0 |
MovieView.SetBackButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only 3.0 |
MovieView.SetControllerVisible Sets the visibility state of the movie controller bar in a QTMovieView. | Mac only 3.0 |
MovieView.SetCurrentTime Sets position of the movie. | Mac only 5.0 |
MovieView.SetCustomButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only 3.0 |
MovieView.SetHotSpotButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only 3.0 |
MovieView.SetStepButtonsVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only 3.0 |
MovieView.SetTranslateButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only 3.0 |
MovieView.SetVolumeButtonVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only 3.0 |
MovieView.SetZoomButtonsVisible Sets the specified controller bar button to be visible or invisible, according to the state parameter. | Mac only 3.0 |
MovieView.StepBackward Steps the movie backward one frame. | Mac only 3.0 |
MovieView.StepForward Steps the movie forward one frame. | Mac only 3.0 |
MovieView.Valid Checks if the container is a movie view. | Mac only 3.0 |
30 functions shown.
Release notes
- Version 9.0