Re: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Christian
Yeah, bitmap data is y our best bet, as you only will be dealing with one video playback, and can basically create quadrants out of the video that replicate to your tile grid. I saw an example of this somewhere, but I forget where it is now, sorry. Christopher Whiteford wrote: Thanks for the

Re: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Christopher Whiteford
Thanks for the ideas. I will give it a try on the BitmapData copy and the DisplacementMap filter and let you all know what the outcome is. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.

Re: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Jeff Gomes
I was just fooling around with using a DisplacementMap filter to warp a movieclip containing an FLV into a trapezoid for a perspective effect and was pleasantly surprised at how well it performed in real time. I wonder if a displacement map would be an option. At 08:53 9/6/2006, Christopher

Re: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Christopher Whiteford
To: Flashcoders mailing list; flashcoders@chattyfig.figleaf.com > Subject: Re: [Flashcoders] Synchronizing multiple flvs > > > Would the tiles be contiguous and stationary with > instantaneous jumps from one position to another, or do their > positions have to animate from one location

Re: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Chris Hill
g.figleaf.com Subject: Re: [Flashcoders] Synchronizing multiple flvs Would the tiles be contiguous and stationary with instantaneous jumps from one position to another, or do their positions have to animate from one location to another? At 08:38 9/6/2006, Christopher Whiteford wrote: I

RE: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Karina Steffens
Could you use one big flv and mask it out for each tile? > -Original Message- > From: Jeff Gomes [mailto:[EMAIL PROTECTED] > Sent: 06 September 2006 16:46 > To: Flashcoders mailing list; flashcoders@chattyfig.figleaf.com > Subject: Re: [Flashcoders] Synchronizin

Re: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Christopher Whiteford
The jumps would be instantaneous. On 9/6/06, Jeff Gomes <[EMAIL PROTECTED]> wrote: Would the tiles be contiguous and stationary with instantaneous jumps from one position to another, or do their positions have to animate from one location to another? At 08:38 9/6/2006, Christopher Whiteford w

RE: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Mike Mountain
this technique. M > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Jeff Gomes > Sent: 06 September 2006 16:46 > To: Flashcoders mailing list; flashcoders@chattyfig.figleaf.com > Subject: Re: [Flashcoders] Synchronizing multi

Re: [Flashcoders] Synchronizing multiple flvs

2006-09-06 Thread Jeff Gomes
Would the tiles be contiguous and stationary with instantaneous jumps from one position to another, or do their positions have to animate from one location to another? At 08:38 9/6/2006, Christopher Whiteford wrote: I am looking to find out if anyone has experience in splitting an FLV into m