网页设计之网页音乐的实现技巧

发布时间:2025-04-07 点击:6
当网页中插入音乐时,要根据不同的后缀名,来写不同的代码!下面面就是多种格式文件的详细使用代码。
注:
音乐文件和地址——待播放文件的文件名,前面带上绝对路径,或者本站的相对路径。
width_num——指定一个作为宽度的数字;
height_num——指定一个作为高度的数字;
1.mid
<embed src=音乐文件和地址 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=音乐文件和地址 border=0 pluginspage=http://www.apple.com/quicktime/download/indext.html></embed>3.avi
<embed src=音乐文件和地址 border=0 width=width_num height=height_num type=application/x-mplayer2></embed>4.flash
<embed src=音乐文件和地址 pluginspage=http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash type=application/x-shockwave-flash width=width_num height=height_num play=true loop=true quality=high scale=showall menu=true></embed>5.mpg
<embed src=音乐文件和地址 border=0 width=width_num height=height_num type=application/x-mplayer2></embed>6.mov
<embed controller=true width=width_num height=height_num src=音乐文件和地址 border=0 pluginspage=http://www.apple.com/quicktime/download/indext.html></embed>
7.rm
<object> height=height_num><param name=controls value=imagewindow><param name=autostart value=true><param name=src value=音乐文件和地址><embed height=高 width=宽 controls=imagewindow src=音乐文件和地址 type=audio/x-pn-realaudio-plugin autostart=true nolabels=0 autogotourl=-1></object>8.上面的都是使用播放器的,如果只是想播放背景音乐的话可以使用如下简单语句:
<bgsound src=音乐文件和地址 loop=1>loop后面是循环的次数,-1代表无限循环。


自助建站的优点介绍
网站建设价格为什么区别那么大?
为什么企业要做网站优化?
企业网站建设哪些问题比较重要?
网站维护不可忽视的几个细节
企业网站内容优化之原创不如转载,为什么?
关于企业网站推广中的秘密你学会了吗
响应式布局网站分为三种,哪些更合适你