Method

OpenURLMovie


Warning

This item was deprecated in version 2019r2. Please use Movie.OpenURL as a replacement.

Description

Opens a movie at the specified URL.

Usage

result=OpenURLMovie(URL)

Part

Type

Description

result

Movie

Movie object

URL

String

URL that specifies the location of the movie.

Notes

OpenURLMovie is not supported on Linux.

Play movies using the MoviePlayer control.

Sample code

The following example loads a streaming video and assigns it to the Movie property of a MoviePlayer control:

MoviePlayer1.Movie = OpenURLMovie("http://www.apple.com/trailers/miramax/frida.html")

Compatibility

All project types on all supported operating systems.

See also

MoviePlayer control; Movie classes.