Click to See Complete Forum and Search --> : different media formats


Nulrick
10-02-2003, 10:03 AM
I am trying to embed a video clip that I have in Windows Media Player, Real Player and in Quicktime format.

I think it would be good to upload all three formats, but I need to know in HTML how to tell the browser to choose the format that the user has software for?


Thanks!

toicontien
10-02-2003, 08:56 PM
You'd have better luck posting this in the JavaScript forum. You'll have to detect the available plugins and then dynamically write the <embed> tag using document.write() while the page is loading.