When I first tried this, simply using the old code with an .m3u file, IE6 played it using WMP9 but Firefox said it was lacking the necessary plugin. I have the latest version of QuickTime but it was not registered as the handler of .m3u files. I went into its control panel and made it so after which it successfully played the stream in Firefox *and* IE6.
However, this created trouble for non-embedded .m3u files. I run an on-demand site that uses Apache::MP3, a module that creates .m3u files on the fly to stream mp3s. Normally the .m3u files are downloaded and opened using a default appliction, iTunes, WinAmp, RealPlayer, whatever. After registering QuickTime as the handler of the mime type however, the plugin attempted to play these files within the browser. Unfortunately it failed to do so. I had the same result attempting to listen to an Internet radio station, Radio Paradise. Many Internet radio streams use .pls files instead of .m3u so the mime type change doesn't affect them but for me it's a killer. Ideally embedded .m3u files would be handled by a plugin and the rest by a helper app.
Interesting. What happens if you specify a plug-in within the external JavaScript file by adding CLASSID and CODEBASE parameters? Currently our embedding code is rather generic. —David
CLASSIDandCODEBASEparameters? Currently our embedding code is rather generic. —David