10/12/2011 12:54:23 AM
Title:
Play Flv backward and forward
Hello,
I need to play an flv back at normal speed,back at half of normal speed, forward at half of normal speedin AS3 through netconnection and netstream.
Any suggestion will be really thankful.
Thanks
10/13/2011 10:51:25 AM
This is an interesting question. I will try to find the solution. I found this component which controls flv speed. its paid one
http://www.flashloaded.com/flashcomponents/speedcontroller/
Inder
Points: 2980
Posts:0
10/17/2011 7:31:10 AM
technically its not possible to play all the flv files in reverse. Normally all the flv files have keyframe after some frames interval. Which means that the frames in between does not have complete image but only the changed data .So in that case while playing reverse you will only see the changed data not complete smooth video. If you create flv with each frame as keyframe then size of flv file will be huge.