RE: [Flashcoders] reverse play FLV?

2005-12-22 Thread Dechesne, Elvin
lashcoders] reverse play FLV? Well since you're embedding the flv on the timeline why not just call this function on the last frame? reversePlay = function() { reverseInt = setInterval(function() { gotoAndStop(_currentframe-1); }, 32

RE: [Flashcoders] reverse play FLV?

2005-12-21 Thread Ted.Grubb
Well since you're embedding the flv on the timeline why not just call this function on the last frame? reversePlay = function() { reverseInt = setInterval(function() { gotoAndStop(_currentframe-1); }, 32); } Ted Grubb Interactive Developer Digital W

Re: [Flashcoders] reverse play FLV?

2005-12-21 Thread Matt Muller
Yeah I just did this, on the timeline using laco tween and timeline tweens, you need to use sorenson squeeze for on2, its the only one that gives you proper 1:1 keyframe placement for a smooth playback. its pretty good and easy to do. Im going to try and get the flv playback ccomponent to play in

RE: [Flashcoders] reverse play FLV?

2005-12-21 Thread Dechesne, Elvin
That's something I havent tried yet, sounds like a good idea, thanks! Cheers elvin >did you try rendering the flv with more keyframes ? works fine for me... >cheers, >kerem ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfi

Re: [Flashcoders] reverse play FLV?

2005-12-21 Thread Thimon Sistermans [Us Media]
s ? works fine for me... cheers, kerem -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Bart Wttewaall Gesendet: Mittwoch, 21. Dezember 2005 15:58 An: Flashcoders mailing list Betreff: Re: [Flashcoders] reverse play FLV? You can't play an fl

Re: [Flashcoders] reverse play FLV?

2005-12-21 Thread Bart Wttewaall
You can't play an flv backwards because of the way it is encoded. A video consists of sequencial compressed images. If you jump to a frame, the decoder has to collect an I-frame (a complete image) and walk through B-frames (partial images containing only changed eareas) to accumulate frames until i