Type Function Object Video Library native.* Return value none Revision Release 2024.3703 Keywords load, video, video view, video overlay See also native.newVideo()
media.RemoteSource
system.CachesDirectory
system.DocumentsDirectory
system.TemporaryDirectory
Loads a specified video. Use this in conjunction with native.newVideo().
object:load( path ) object:load( path, baseSource )
String. The local filename or remote URL for the video.
Constant. Controls how path
is interpreted. It can either be one of the system-defined directory constants, or media.RemoteSource (use this to access video on a remote server).