SV: [Flashcoders] Movieclip To BitmapData won't work with .flv

2006-09-26 Thread Martin Baltzer Hennelund
Ok thanks a lot I guess I saw this one coming :( /Martin -Oprindelig meddelelse- Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] På vegne af John Grden Sendt: 26. september 2006 06:44 Til: Flashcoders mailing list Emne: Re: [Flashcoders] Movieclip To BitmapData won't work with .flv

[Flashcoders] Movieclip To BitmapData won't work with .flv

2006-09-25 Thread Martin Baltzer Hennelund
Hi all, I'm using the BitmapData Object to take a snapshot of the pages in my flash app and it works fine on movieclips without a flv video player inside. But on of the pages has an movieclip inside it which is playing (streaming) a flv file and when I try to take a snapshot of this page

Re: [Flashcoders] Movieclip To BitmapData won't work with .flv

2006-09-25 Thread John VanHorn
first thing that comes to mind is a cross domain issue. are you loading the flv from another domain? if so, bitmapdata.draw will not work. On 9/25/06, Martin Baltzer Hennelund [EMAIL PROTECTED] wrote: Hi all, I'm using the BitmapData Object to take a snapshot of the pages in my flash app and

Re: [Flashcoders] Movieclip To BitmapData won't work with .flv

2006-09-25 Thread John Grden
it won't work at all with an flv streaming over RTMP - you can't use bitmapData with it at all. Yeah I know, it sucks. On 9/26/06, John VanHorn [EMAIL PROTECTED] wrote: first thing that comes to mind is a cross domain issue. are you loading the flv from another domain? if so, bitmapdata.draw