Parent NativeDisplayObject Library native.* Revision Release 2024.3703 Keywords video, video view, video overlay See also native.newVideo()
A video object is a native display object associated with native.newVideo().
On iOS, there's a limit to the number of simultaneous video objects that can be played.
(Inherits properties from NativeDisplayObject)
(Inherits methods from NativeDisplayObject)
Setting Native Property "IgnoreErrors"
to true
would prevent error alert going off on Android:
video:setNativeProperty( "IgnoreErrors", true )