Change video playback rate dynamically in Flash
I'm looking for a way to a开发者_C百科llow a Flash Video to change speed smoothly, from slower to faster than original framerate. It only needs to work on a Windows PC, and the latest version of Flash 10.2 with Stage Video is available.
Flash Media Server provides a 'trick play' mode that facilitates some of those features. Check out NetStream.step() and have a look at these links:
http://aspexamples.adobe.com/flash/streamreconnect.html
http://blogs.adobe.com/actionscriptdocs/2010/06/flash_media_server_stream_reco.html
精彩评论