MovieStatus()

Syntax

Result = MovieStatus()
Description
Get the status of the current movie.

'Result' can be one of the following values:

-1: Movie is paused.
0: Movie is stopped
> 0: Movie is playing. The returned value is the current frame number displayed.


Note: Be careful with this command at sounds (e.g. MP3) since no pictures (frames) are existing here.

Supported OS

Windows, MacOS X

<- MovieSeek() - Movie Index - MovieWidth() ->