Video class
33
Property summary
The following table lists the properties of the Video class that are not supported when using
ActionScript for Flash Lite 2.0.
Flash Lite method extensions
The Video class for Flash Lite 2.0 adds the following new methods.
Property
Description
Support
deblocking
Indicates the type of deblocking filter applied to
decoded video as part of postprocessing. Two
deblocking filters are available: one in the
Sorenson codec and one in the On2 VP6 codec.
Not supported
height
An integer specifying the height of the video
stream, in pixels.
Not supported
smoothing
Specifies whether the video should be smoothed
(interpolated) when it is scaled. For smoothing to
work, the player must be in high-quality mode.
Not supported
width
An integer specifying the width of the video
stream, in pixels.
Not supported
Method
Description
play()
O
pens a video source and begins playing the video.
close()
S
tops playing the video, frees the memory associated with this Video
object, and clears the Video area onscreen.
stop()
Stops playing the video and continues to render the current frame
onscreen. A subsequent call to
Video.resume()
resumes playing from
the first frame of the video.
pause()
Stops playing the video and continues to render the current frame
onscreen. A subsequent call to
Video.resume()
resumes playing from
the current position.
resume()
Resumes playing the video.
Содержание FLASH 8-INTRODUCTION TO FLASH LITE 2.X...
Страница 1: ...Introduction to Flash Lite 2 x ActionScript...
Страница 4: ...4...
Страница 34: ...34 Unsupported and Partially Supported Classes...