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: Actionscript 3, Adobe, AS3, code, example, Flash, flv, snapshot, Source, Video
| Copy and Paste the code below | |
| Email and IM | |
| Websites | |
| Forums | |
follow:
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.