Forum Moderators: open

Message Too Old, No Replies

Selecting videos

         

webmannw

10:57 am on Oct 5, 2004 (gmt 0)

10+ Year Member



Hi all,

I have a web page with windows media player (WMP) embedded in one side and a table with thumbnails on the other side.

As things stand the user can click on any of the thumbnails and the corresponding video will play in WMP.

I have put a checkbox next to each thumbnail and now I need the facility for a user to select one or more checkboxes, click on a 'Play Videos' button and have the selected videos play one after the other in WMP (ordered by the rows in the table.

I need to do this in javascript but my knowledge has hit a wall and I'm really stuck.

If the above is clear enough can anyone help?

Thanks all

webmannw

8:27 am on Oct 7, 2004 (gmt 0)

10+ Year Member



Hi All!

Can anyone point me in the right direction?...not that I am desperate :-0!

Thanks

DrDoc

8:23 pm on Oct 7, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'm not entirely sure what you're asking is possible...

nonstop

3:43 am on Oct 8, 2004 (gmt 0)

10+ Year Member Top Contributors Of The Month



I'm not a javascript expert but couldn't you pass a list of the files you need to play into the url and then just keep refreshing the page deleting the filename from the url after the video has finished playing.

or maybe using a cookie?

I'm not sure you can detect if the video has ended playing tho.. can you?

webmannw

8:24 am on Oct 8, 2004 (gmt 0)

10+ Year Member



Thanks for the replys guys.

Been thinking about it and wondering if the selected clips can be sent to an array and then have media player go through the array and play any clips in there.

If I can work this out I will let you know.

Thanks again.

nonstop

10:59 pm on Oct 8, 2004 (gmt 0)

10+ Year Member Top Contributors Of The Month



Let us know how it goes mate, I'd be interested in the answer if you get one :)

you might want to try on experts-exchange and see if anyone knows there.

all the best mate