如何使用http播放wave文件?
如何使用 Flash 播放波形文件?
我可以使用以下代码播放 mp3 文件。
<embed id="wmp" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="false" autostart="true" width="320" height="240" loop="false"
src=<%= request.getParameter("url") %> />
How can I play wave file using flash?
I'm able to play mp3 files using the following code.
<embed id="wmp" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" name="mediaplayer1" ShowStatusBar="true" EnableContextMenu="false" autostart="true" width="320" height="240" loop="false"
src=<%= request.getParameter("url") %> />
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 adobe flash 支持波形音频,则不支持。
维基百科没有提到对波形音频的支持 http://en.wikipedia.org/wiki/Adobe_Flash# Flash_Audio
编辑:
找到了这个主题的答案。 (如何在flash中播放wav音频)flash可以吗播放器从 url 播放 .wav 文件?
根据该文章,Flash 本身不支持 wav 音频,但它们有一些解决方法
Not shore if wave formated audio is supported in adobe flash.
Wikipedia does not mention support for wave audio http://en.wikipedia.org/wiki/Adobe_Flash#Flash_Audio
Edit:
found this answer on the topic. (how to play wav audio in flash) Can the flash player play .wav files from a url?
According to that article wav audio is not natively suppported by flash but their is some workarounds