Use the AS3 BitmapData Class to Render Video

The Adobe Edge Newsletter has a goot article on Using the BitmapData class in ActionScript 3.0 to render video.  The approach described in the article uses the NetStream and Video classes to handle the loading and playback of video and then takes that data and displays it in a Bitmap object.  Once in the Bitmap object, you will be able to apply filters to give your video some very interesting effects.

Leave a Reply