I loaded a video few weeks back I did it with these methods
LoadVideo (Path As String, VideoFormat As Int, VideoType As Int) Asynchronously loads a pano video from the given Path.
The Path can be a path to a local file or a remote URL with an <i>http</i> or <i>https</i> scheme.
VideoFormat and VideoType are constants from the VrVideoViewOptions object.
Event LoadError or LoadSuccess will be raised.
LoadVideoFromAsset (Path As String, VideoFormat As Int, VideoType As Int) Asynchronously loads a pano video from the given file in the assets of the apk.
If the video isn't located the assets, the general LoadVideo(Path As String, VideoFormat As Int, VideoType As Int) method should be used.
VideoFormat and VideoType are constants from the VrVideoViewOptions object.
Event LoadError or LoadSuccess will be raised.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.