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 object |
|
URL |
URL that specifies the location of the movie. |
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.