Flash Lite 2 |
|||
| Developing Flash Lite 2.x Applications > Working with Sound, Video, and Images > Using device video > Controlling video with ActionScript | |||
To control device video playback, you use the ActionScript Video object. There are several differences between the Video object in Flash Lite 2.0 and the Video object in the desktop version of Flash Player.
The following methods of the Video object are available only in Flash Lite 2.0 and not in the desktop version of Flash Player:
Video.play()Video.stop()Video.pause()Video.resume()Video.close() |
NOTE |
|
These methods of the Video object correspond roughly to the same methods available in the NetStream object in the desktop version of Flash Player. |
The following methods and properties of the Video object in the desktop version of Flash Player are not supported by Flash Lite 2.0:
Video.attachVideo()Video.clear()Video.deblockingVideo.heightVideo.smoothingVideo.widthVideo._visibleFor more information about using the Video object in Flash Lite, see the Video object entry in the Flash Lite 2.x ActionScript Language Reference.