seeking not working in flex 4.5 netStream byteArray
问题 I am trying to play a flv video file in flex 4.5 with netStream byteArray. What I am doing is below: Creating a netStream and video object Attaching a netStream with video Reading flv file in byteArray Append byteArray in netStream using "appendBytes" method Playing video In this scenario Play, Pause, Stop functionalities are working fine with video. But when I am trying to seeking in video then it is not working. You can follow the code what I am doing by clicking on the link http://pastebin