Yah, that's what Im doing and its not working. I ommitted to mention I'm using Flash 8 FLV with an alpha channel.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: woensdag 21 december 2005 20:37 To: [email protected] Subject: RE: [Flashcoders] 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); } Ted Grubb -----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

