As you might know I am working on a little difference keying thingy in Flash. This isn't working at all, but I know got all the right information to mask it i.e. strip away the background. I only the code I try doesn't work for me. I am using the following code:

outputFrame.clear(); // reset outputFrame.draw( this.videoFrame, new Matrix(), null, "normal", null, true ); // the normal (background) outputFrame.draw( this.maskedFrameBlurred, new Matrix(), null, "alpha", null, true ); // the mask (white/black) outputFrame.draw( outputFrame, new Matrix(), null, "auto", null, true ); // auto-merging

Only this code doesn't work for me, would anyone here happen to know what might be wrong?

Yours,
Weyert de Boer


_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to