Since I have no programming skills, I dunno if this is applicable to trying to solve the firefox problem or not. But, for anyone who DOES know what they are doing, I found the following in a general discussion about issues with windows media & firefox in the mozilla forums.
"my first problem was that my host didn't have a mime type built in for .wma
So I went to Cpanel, which my host provides/uses i dunno, and I went to mime types and added a user defined mime type for wma's which, btw, is
audio/x-ms-wma
But that wasn't enough. SO then i tried this:
Code:
<object> data="/audio/rappineric.wma" codetype="audio/x-ms-wma" </object>
It still claims "play is not a function" and tells me I have an error if I look in the web developer toolbar, but it works!"
...........................
Followed by this:
"It works. This method of embedding audio only requires the Windows Media for Netscape plugin that comes with WMP.
................
As I said... this is NOT SPECIFIC TO THIS HACK! ... only perhaps a clue to anyone trying to "fix" their problems with this hack and firefox. Hope it helps someone who knows what they're doing! Just trying to be helpful here as I need it to function with firefox as well.
|