You create your elements like so... <audio id="yourAudio" preload='none'> <source src='the url to the audio' type='audio/wav' /> </audio> <a ...
確定! 回上一頁