昨天在页面做音频播放的时候,客户要求仅仅有声音。不显示播放器。
百度搜到解决方法:
<embed id="embed_sound_id" src="test.mp3" type="audio/x-wav" autostart="true" width="0" height="0" loop="false"/>//宽和高都为0不显示播放器
昨天在页面做音频播放的时候,客户要求仅仅有声音。不显示播放器。
百度搜到解决方法:
<embed id="embed_sound_id" src="test.mp3" type="audio/x-wav" autostart="true" width="0" height="0" loop="false"/>//宽和高都为0不显示播放器