In our website,a media file is being played in the HTML when it loads with the help of flash. We encounter a problem in firefox when autoplay is enabled.
It seems that when the HTML loads some binary data from streaming corrupts the HTML header and hence is not able to detect the MIME-TYPE and so asks to save UNTYPED-BINARY data.
How do i solve this??
The server is sending the wrong MIME-type. The best suggestion I could give would be to make sure that the MIME types are set up correctly on the server.
Plus make sure that you have Flash player installed for firefox. Place flashplayer detection in your code: http://www.adobe.com/devnet/flashplayer/articles/swfobject.html