i need to play FLVPlayback Video at different speeds , can i do this by changing frame-rate of FLVPlayBack and how can i achieve this using as3?
Or is there any other method to do the same? Please Suggest me.
Meghana
There's no way to change the framerate of a video in AS3, it will be always rendered at the video's native framerate.
The only way I can think to do it is to write some sort of function that calculates how to move the playhead, but I cannot guarantee the result of this approach.....
EDIT: As you ask in your comment, YES, you can do it by controlling the NetStream. Here you have the solution: http://younsi.blogspot.it/2009/03/how-to-play-video-in-flash-in-slow.html