I’ve seen this cool tip which let you create a snapshot preview of your flv at Dreaming In Flash. The following 3 simple lines of code, will enabled you to do it.
video.attachNetStream( null );
bitmapData.draw( video );
video.attachNetStream ( myNetStreamObject );
Tags: Actionscript 3, Adobe, AS3, code, example, Flash, flv, snapshot, Source, Video
ShareThis
May 13th, 2008 at 2:04 am
Not if the video is coming from a different domain to where your swf is published. Unless your testing locally that is.