怎么可以在音乐中加入弹出窗口?

来源:百度知道 编辑:UC知道 时间:2024/05/16 10:37:43
我想让我的空间在播放音乐文件的时候自动弹出小对话框或网页,应在怎么做?

现在有自己blog的人越来越多了,大家也都想在自己的blog上勾画出自己的特色,比如个性的首页、个性的介绍以及向大家推荐自己喜欢的音乐等。为了给大家也给自己提供方便,整理了一些流行格式的在线播放代码,以备添加之用。

【文中的一些标号的说明】
"Filename with full URL"——待播放文件的文件名,前面带上绝对路径,或者本站的相对路径。
width_num——指定一个作为宽度的数字;
height_num——指定一个作为高度的数字;

1.mid

<embed src="Filename with full URL" type="audio/midi" hidden="false" autostart="true" loop="true" height=height_num width=width_num></embed>

2.mp3

<embed controller="true" width="width_num" height="height_num" src="Filename with full URL" border="0" pluginspage="http://www.apple.com/quicktime/download/indext.html"></embed>

3.avi

<embed src="Filename with full URL" border="0" width="