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 );


  1. Bjorn Schultheiss

    Not if the video is coming from a different domain to where your swf is published. Unless your testing locally that is.

Leave a Comment