Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个诗歌网站,目前我在其中使用.swf音频文件的链接,人们可以点击收听诗歌并以作者的声音朗读。
.swf
问题是某些浏览器本身不包含 Flash 播放器。我想使用 HTML5 的<audio>标签来提供 mp3 或 ogg 音频文件,但我不希望它们嵌入以便页面加载更快。
<audio>
有没有办法通过链接和 PHP 来显示一个只有控件和窗口关闭按钮的弹出窗口?您的帮助将不胜感激。
真诚的,生锈的莱姆斯
尝试这个:
<a href="http://www.poems.com/path/to/Shakesphere.mp3" target="_blank">McBeth</a>