Microsoft Windows CE 3.0  

Open

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Asynchronously opens the clip with the specified name.

Compatibility:Windows Media Player

MediaPlayer.Open(
sTitleName
)

Parameters

sTitleName
String value representing the name of the clip to open, including its protocol, path, or HTTP URL.

Return Values

No return value.

Remarks

This method performs the same function as setting the FileNameproperty, but it works asynchronously, allowing the calling application to continue performing tasks while the clip is being opened. Use the Cancelmethod to abort the Openmethod before the file is completely loaded.

See Also

FileName, Cancel, Playback Methods and Properties