Tip | Taking a snapshot of an flv
by Carlos Pinho, April 23rd, 2008
  • Share
  • Share

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.

<code>
video.attachNetStream( null );
bitmapData.draw( video );
video.attachNetStream ( myNetStreamObject );code>

Tags: , , , , , , , , ,

Copy and Paste the code below
Email and IM
Websites
Forums
Get This

No Responses to “Tip | Taking a snapshot of an flv”

  1. Bjorn Schultheiss Says:

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

Let leave a Comments for this post.