but did not change the flex

0 replies
Hi All,

I am creating a FLV player using flex as3

i am using netstream class for progressive download of video

for better display i set the NetStream.bufferTime=3; (which loads the 3 sec of video and starts playing)

when the player start it generated a event NetStream.Play.Start

when the NetStream.Buffer.Empty the video is paused for suppose at 2.00 sec

once the NetStream.Buffer.Full event cames the player timer starts 3.00 not at 2.00

so what i need to do, to resume the video play from where it stopped
#change #flex

Trending Topics