HTML5 setting audio source in javascript not working

后端 未结 3 1096
终归单人心
终归单人心 2020-12-17 19:02

Due to HTML5 browser formats tricks I have to put fallback audio formats also in audio format. I want to set the src of source in audio programmatically but it is not worki

3条回答
  •  既然无缘
    2020-12-17 19:10

    Have you tried document.getElementById("oggSource").src = 'OggFormat.ogg' etc.?

提交回复
热议问题