javascript Audio Player on HTML (Advanced) There are some different approaches to make easy on playing audio by third-part tools on your website. Yahoo Media Player Using the Yahoo player is free. To use it you insert this piece of JavaScript at the bottom of your web page: <script
webdev 如何使用原生html播放音樂(基礎篇) 以下有幾種方式可以嵌入音樂在網頁中(已測試可在Chrome, Firefox, Safari下正常執行) 使用embed 或 object <embed height="50px" width="100px" src="song.mp3" /> <object height="50px" width="100px" data="song.mp3" ></object> 注意事項: embed