User Guide
712 ActionScript classes
Property summary
Properties inherited from class Object
Event summary
Method summary
Methods inherited from class Object
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)
Event Description
onStatus = function(infoObject:Object) {} Callback handler that can be invoked by the
device to indicate status or error conditions.
Modifiers Signature Description
close() : Void Stops playback of the video, frees the
memory associated with this Video object,
and clears the video area onscreen.
pause() : Void Stops playback of the video and continues to
render the current frame onscreen.
play() : Boolean Calling this method opens a video source and
begins playback of a video.
resume() : Void Calling this method resumes playback of the
video.
stop() : Void Stops playback of the video and continues to
render the current frame onscreen.
addProperty (Object.addProperty method), hasOwnProperty
(Object.hasOwnProperty method), isPropertyEnumerable
(Object.isPropertyEnumerable method), isPrototypeOf (Object.isPrototypeOf
method), registerClass (Object.registerClass method), toString
(Object.toString method), unwatch (Object.unwatch method), valueOf
(Object.valueOf method), watch (Object.watch method)