Flash CS3 Documentation |
|||
| Programming ActionScript 3.0 > Working with video > Understanding the Video class | |||
The Video class enables you to display live streaming video in an application without embedding it in your SWF file. You can capture and play live video using the Camera.getCamera() method. You can also use the Video class to play back FLV files over HTTP or from the local file system. There are several different ways to use Video in your projects:
|
NOTE |
|
Instances of a Video object on the Stage are instances of the Video class. |
Even though the Video class is in the flash.media package, it inherits from the flash.display.DisplayObject class, therefore all display object functionality (such as matrix transformations and filters) also applies to Video instances.
For more information see Manipulating display objects, Working with geometry, and Filtering display objects.
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00000254.html