夏休みだし,javascriptでも勉強しようかと思ってゲームを作成中. (物理演算ブロック崩し みたいなの) そこで音を鳴らすのに苦労したので調査メモを残す. chromeとfirefoxで確認 方法1 divを使う 参考:Javascript play sound (wav, MP3, etc) in one line | Relentless Simplicity :: Bill Harding's Tech BlogRelentless Simplicity :: Bill Harding's Tech Blog 一番簡単で,大抵の場所で動く方法. htmlファイルに <div id="sound_element"></div> と記述し,javascriptから document.getElementById("sound_element").innerHTML= "<embed