[Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread Ricardo Sánchez
I have a .mov embebbed in the timeline as a movieclip. I have setted a stop to it so I play it with a codeline like this video.gotoAndStop (video._currentframe+1); It works perfectly, my problem comes when I want to play it backwards, I follow a similar procedure doing:

Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread David Buff
: [Flashcoders] Playing video backwards kills my CPU I have a .mov embebbed in the timeline as a movieclip. I have setted a stop to it so I play it with a codeline like this video.gotoAndStop (video._currentframe+1); It works perfectly, my problem comes when I want to play it backwards, I follow

Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread David Buff
: [Flashcoders] Playing video backwards kills my CPU I have a .mov embebbed in the timeline as a movieclip. I have setted a stop to it so I play it with a codeline like this video.gotoAndStop (video._currentframe+1); It works perfectly, my problem comes when I want to play it backwards, I follow

Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread David Buff
. I have no time to try it, may be it works... David Buff - Original Message - From: David Buff [EMAIL PROTECTED] To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 10:48 AM Subject: Re: [Flashcoders] Playing video backwards kills my CPU

Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread Ricardo Sánchez
flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 10:48 AM Subject: Re: [Flashcoders] Playing video backwards kills my CPU sorry for my bad english... There is two kinds of movie codec for the compression, first using spacial compression only (like mjpeg...), and second using spatial

Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread Zeh Fernando
It seems to work but it kills my CPU making everyother thing in the site not working and making the video running slowlier. When I go back to fordward playing everything goes back to normality. Any clues? Do I have to look for some flaws in my code or is there something wrong with embbebed

Re: Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread nelson ramirez
Have you tried flv. don't know why but flvs always work much smoother for me. On 10/10/06, Zeh Fernando [EMAIL PROTECTED] wrote: It seems to work but it kills my CPU making everyother thing in the site not working and making the video running slowlier. When I go back to fordward playing

RE: Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread Toby
] Playing video backwards kills my CPU Have you tried flv. don't know why but flvs always work much smoother for me. On 10/10/06, Zeh Fernando [EMAIL PROTECTED] wrote: It seems to work but it kills my CPU making everyother thing in the site not working and making the video running

Re: Re: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread David Buff
of the second movie (witch is running back). Good idea David Buff - Original Message - From: Toby [EMAIL PROTECTED] To: 'Flashcoders mailing list' flashcoders@chattyfig.figleaf.com Sent: Tuesday, October 10, 2006 5:17 PM Subject: RE: Re: [Flashcoders] Playing video backwards kills my CPU

Re[2]: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread Iv
Hello Ricardo, RS Thanks, If I do that it works, but weight goes from 560Kbs to 7Mbs!!! I RS can't do that :( - don't change keyframe value to 1 and try next: create bitmaps of every frame of your video attach bitmaps in any sequence you need. for example backward... -- Ivan Dembicki

RE: [Flashcoders] Playing video backwards kills my CPU

2006-10-10 Thread Steven Sacks | BLITZ
Sorry, let me be more clear. You don't have a movie running backwards, you make a version of your movie that IS backwards (prior to importing) and play it forwards. Also, they aren't running at the same time, but when you swap movies you need to set the new movie's timecode to the timecode of