type:String [read-only]Implementation
public function get type():String
video:Video [read-only]
The Video object for this video.
This is based on the asset's url property. The asset's data property is not directly
referenced. It is assumed that the browser has cached the loaded data, based on the url,
and will stream from the cached data. This Video object is only set if the video asset is fully
loaded. The videoStream property provides access to the attached NetStream.
Implementation
public function get video():Video
videoStream:NetStream [read-only]
The NetStream object for this video.
This is based on the asset's url property. The asset's data property is not directly
referenced. It is assumed that the browser has cached the loaded data, based on the url,
and will stream from the cached data. This net stream is only set if the video asset is fully
loaded.
Implementation
public function get videoStream():NetStream
public function FlashAssetOfTypeVideo(url:String)Parameters
protected function prepVideo():void