LoadMovie()
Syntax
Result = LoadMovie(#Movie, FileName$)Description
Try to open and prepare a movie for later playback. If #PB_Any is used as '#Movie' parameter, the new movie number will be returned as 'Result'. If the Result is 0, the movie can't be opened (format not supported or file not found), else it's ok. PlayMovie() can be used to start playing it.
Supported OS
Windows, MacOS X