Problem with common seekbar for multiple videos

Hi All,

I am working on a very different requirement, I have created a conference application, where user login and do all stuffs, I have a record control, That record the video of each user when press and generate the flv’s on server.

For ex., When record button was pressed there were 4 people in conference, so four flv’s was started recording, Now somebody logout, some new joined, so this way i have multiple flv’s on server with different start time and their duration.

Now that part is done successfully, Now i am working on other part of that, The Player part, I have to now show all these flv’s in the same order they were being recorded, I have done the part of dynamically showing all flv’s in different video windows, Now i working on a common seekbar, That is for all flv’s starting from first flv to last flv, The progressbar/seekbar will finish when last flv will stop playing.

The biggest challenge is to develop the common seekbar for all flv’s since if i move to some other position and it might be possible that the flv currently being played might finish in that seek value , so it will stop, and also new flv comes in the queue in the same seek.

Please suggest me the good way to do that, as i am confused and stuck with my own code.

Thanks
Sunil Gupta