How to play selected video from user click event
Hi everyone,
I'm new in JavaScript and currently i have an online tutorial website to
be developed. My problem is, how can i change video according to user selection from drop down list ? As we know, in the html code there is a tag called <object/> where we can specify the URL for the video. Will it be possible to make the URL configurable so when the user select a video from the drop down list, it will automatically change the URL path and play the selected video accordingly. Can we implement it in JavaScript ?
Thank you in advance.
Cheers.
Life is beautiful
|