How to embed MP3



所有跟贴·加跟贴·论坛主页

送交者: Passer-By-From-Texas 于 December 18, 2010 10:55:34:

回答: 指哈路,咋UPLOADMP3:) 由 奕豹 于 December 18, 2010 10:31:58:


  1. copy and paste the following code:

    <embed src="http://.../.../xyz.mp3" width="300" height="45" type="application/x-mplayer2" autostart="AAAA" loop="BBBB"></embed/>


  2. change the part of "http://.../.../xyz.mp3" to the web address of your mp3
  3. change "AAAA" to "true" if you wish your music to start automatically when the page is launched.Otherwise, use "false".
  4. change "BBBB" to "true" if you want the music to loop when the page is still open. Otherwise, use "false".





所有跟贴:


加跟贴

笔名: 密码(可选项): 注册笔名请按这里

标题:

内容(可选项):

URL(可选项):
URL标题(可选项):
图像(可选项):


所有跟贴·加跟贴·论坛主页