When inserting music into a web page, write different codes according to different suffix names! The following is the specific usage code for multiple format files.
Note:
Music file and address - the file name of the file to be played, with the absolute path before it, or the relative path of this site.
width_num - Specifies a number as width;
height_num - Specifies a number as height;
| <embed src=Music file and address 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=Music file and address border=0 pluginspage=http://www.apple.com/quicktime/download/indext.html></embed> |
| <embed src=Music file and address border=0 width=width_num height=height_num type=application/x-mplayer2></embed> |
| <embed src=Music file and address 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> |