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

本帖于 2009-09-26 03:48:23 时间, 由版主 美语世界 编辑

马奎,

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

和你分享一个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. 贴录音时,别忘记去掉代码里的* 。

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

所有跟帖: 

多谢紫君! -马奎- 给 马奎 发送悄悄话 马奎 的博客首页 (58 bytes) () 09/23/2009 postreply 13:14:38

更正:(二)手动播放器代码: -紫君- 给 紫君 发送悄悄话 紫君 的博客首页 (597 bytes) () 09/23/2009 postreply 13:51:59

请您先登陆,再发跟帖!