音频代码:自动和手动播放器代码

来源: 2009-09-23 12:33:51 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

马奎,

你的英语流利好听,谢谢你对英语单词发音的分享和比较,受益匪浅。

和你分享一个tip, 在你同时贴两个录音时,你可以选择把其中的一篇文章定为【手动播放】,这样网友听你的英语朗诵时,就不会两篇文章同时播放了。

下面分别是自动播放,和手动播放的代码,供你参考。

****************

我对一些发音的理解(音频版)
来源: 马奎09-09-22 17:43:47
http://web.wenxuecity.com/BBSView.php?SubID=mysj&MsgID=54503


(一)正在自动播放:



自动播放代码如下:

<*embed src="http://space.wenxuecity.com/media/1253665483.mp3" width=300 height=40 controls=ControlPanel loop=true autostart=true volume=100 type=audio/x-pn-realaudio-plugin Initfn=load-types mime-types=mime.types* >

(二)手动播放:




把自动播放里的代码【autostart=true 改为 autostart=false】,就成为手动播放的代码了,见下:

<*embed src="http://space.wenxuecity.com/media/1253665556.mp3" width=300 height=40 controls=ControlPanel loop=true autostart=true volume=100 type=audio/x-pn-realaudio-plugin Initfn=load-types mime-types=mime.types* >

P.S. 贴录音时,别忘记去掉代码里的* 。

如果有什么问题,尽管给我留言。