Von Adobe LiveDocs
Zitat:
draw(source:IBitmapDrawable, matrix:Matrix = null, colorTransform:ColorTransform = null, blendMode:String = null, clipRect:Rectangle = null, smoothing:Boolean = false):void
Draws the source display object onto the bitmap image, using the Flash Player or AIR vector renderer.
|
Bedeutet also, dass ich in ein dummy-Bitmap die Bitmapdaten des Videos zeichne - nimmt es dann das aktuelle Bild (Zeitpunkt A != Zeitpunkt B)? Wenn das funktioniert, wäre es das was ich gesucht habe!