Is there any way that HTML Audio tag could play mp3 in Firefox

前端 未结 5 843
长发绾君心
长发绾君心 2021-01-27 13:12

Is there any way that HTML Audio tag could play mp3 in Firefox.

5条回答
  •  再見小時候
    2021-01-27 13:36

    FF currently supports only ogg formats, so you've to include a copy with ogg format as well:

    
    

    And for sake, use old object tag for embedding you mp3 file as follows:

    
        
    
    

    or use embed as:

    
    

提交回复
热议问题