I’m using Flex 3 VideoDisplay class for playing streaming video. When I drag the track slider(change the playheadTime) there are no preview frames even if that part of the video is already loaded.
Is there anything I can do to enable this feature (from the configuration of media server or in the Flex client)?
I hate to answer my own questions, but since no one provided meaningful answer…
There is inBufferStream property of NetStream class which is default set to false. Set it to true, and you will be able to seek in the buffered content(since Flash 10.1).