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
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
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
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
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
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
6 matches
Mail list logo