I managed to somehow fix the problem of the audio streaming on Firefox. In actual fact, Firefox did understood my code and the <object> tag, the problem it was not playing was pretty silly when I come to think of that. The source was using a relative file called "/***/***.asx", but seeing as it is a relative link to my current directory where the page is located, there should not be a "/" at the beginning of the source file.

Reply