VideoPlayer::Open

VideoPlayer::Open
virtual void Open(const char* url) = 0;
Description

Open opens a movie for playback. Note that the movie is not ready to be played even after calling this method. To start a movie playback, Play should be called after the status of the movie is changed to Ready state. GetStatus can be called to obtain the movie status.

Parameters
Parameters 
Description 
const char* url 
URL to the movie file.