Hi All,

            I'm attempting to take a capture of the stage doing
BitmapData. It seems to be working throughout my movie, EXCEPT, when I
have streaming video on the stage. Has anyone else run into this issue,
maybe come up with a work around? 

 

Here's the code I'm using, It's really straight forward so I'm not sure
whats up... 

                        var myBitmap:BitmapData= new BitmapData(1024,
768, false, 0x00FFFFFF);

                        _root.pageFlip.myScreen.attachBitmap(myBitmap,
1000);

                        myBitmap.draw(_root);

                        _root.pageFlip._visible=true;

 

Also to note, I'm calling a function that is doing this every time the
screen gets updated. 

 

Thanks

Lori-

_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to