當網頁中插入音樂時,要根據不同的後綴名,來寫不同的代碼!下面面就是多種格式文件的具體使用代碼。
注:
音樂文件和地址-待播放文件的文件名,前面帶上絕對路徑,或者本站的相對路徑。
width_num-指定一個作為寬度的數字;
height_num-指定一個作為高度的數字;
| <embed src=音樂文件和地址type=audio/midi hidden=false autostart=true loop=true height=height_num width=width_num></embed> |
| <embed controller=true width=width_num height=height_num src=音樂文件和地址border=0 pluginspage=http://www.apple.com/quicktime/download/indext.html></embed> |
| <embed src=音樂文件和地址border=0 width=width_num height=height_num type=application/x-mplayer2></embed> |
| <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> |