当前位置: 首页 > 网络学院 > 网页制作基础教程 > WEB设计综合 > 添加背景音乐

WEB设计综合
使用css让英文文本自动换行
兼容IE6/IE7/FF的页面最小宽度设置

WEB设计综合 中的 添加背景音乐


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-03-01   浏览: 1372 ::
收藏到网摘: n/a

musicTo put background music on your site, copy the code below and replace MUSIC URL with the url of your MIDI file. Paste it in your <body> tag.

你可以通过复制下面的代码来添加背景音乐,将音乐文件的URL地址替换“MUSIC URL”,并将它粘贴到<body>标签中。

<embed src="MUSIC URL" loop="true" autostart="true" controls="smallconsole">


To give visitors the option of playing music, copy the code below, and replace MUSIC URL with the url of the music you want to play.

你可以通过复制下面的代码为访问者提供自主播放音乐的选项,将“MUSIC URL”改为需要播放的音乐的URL

<a href="MUSIC URL">Play Music</a>

评论 (0) All

登陆 | 还没注册?