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 Wave Technologies, Inc.
www.digitalwave.com

Main Office: 215-544-1200
Direct Line: 215-544-1036
Cell: 267-625-9641
Fax: 215-359-1750
[EMAIL PROTECTED]

-----Original Message-----
From: Dechesne, Elvin [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, December 21, 2005 5:19 AM
To: [email protected]
Subject: [Flashcoders] reverse play FLV?

Hi there,
 
I have an issue regarding playing FLV embedded on the timeline in
reverse
order. Im using a simple script to check if the playhead has reached the
end
of the video and then reverse plays it. However, this seems to choke the
player, my guess is the codec can't cope with this. Processor
performance
leaps from 10% to a staggering 70-80%. Is there a workaround for this,
or
should I simply abandon the idea to use this method?
 
Many thanks for any advice,
 
Elvin Dechesne
satama interactive
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

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

Reply via email to