PDA

View Full Version : FLVPlayback - seekbar not getting refreshed


asscripter
01-15-2008, 11:33 AM
Hi, I'm using the flash's default FlvPlayback component and the default Seekbar control component to load different video files. (These files are on a live server.)

Now as i launch the first video the seekbar plays from 0 time. But as i launch second video, seekbar-scrubber remains at the location where it was in case of first video and a new scrubber appears and video starts playing. Which means the seekbar is not getting refreshed when second video loads though I hav also explicitly used seek(0) before launching second video.

Anyone any innovative idea?