My friend and I created a control panel which will let users upload any type of media they want, and the php will filter it by file extension to figure out how to play it. On the Video page, I'd like to implement some kind of plugin-sniffing script that will embed the proper player according to the file type. Media Player for .wmv, Quicktime for .mov, and so on. Can anyone recommend a script they've used?