我正在寻找最小类型的音频文件,以便一些javascript工作更顺畅.
audio
我有一个网站,当你点击一个按钮播放声音.
我就是这样做的
function PlaySound(soundfile) { $('#soundContainer').html("<embed src='/uploads/sounds/" + soundfile + "' hidden=true autostart=true loop=false>"); }
你如何事先预装声音文件?
谢谢.
audio jquery preload
audio ×2
jquery ×1
preload ×1