我把菊兄的句子简化了一下,初学者更容易看懂。
另外,我把音乐播放器和音乐都搬回城里来了,方便大家使用:))
===================================================================
<p>
<img style="text-align:center;"
src="http://i48.tinypic.com/1058hsh.jpg" /> //替换图片
<embed height="200" width="300"
src="http://space.wenxuecity.com/media/201210/06/1349570444.swf?n=泽尔丹-我的九寨& //替换名称
mp3=http://space.wenxuecity.com/media/201210/06/1349571056.mp3&.swf" //替换音乐
type="application/x-shockwave-flash" wmode="transparent"></embed>
</p>
=====================================================================
使用代码时,注意去除//及其之后的注解文字,不去除也无所谓,在html语句中,符号//代表着注释文字,只是用来给编程人员提示用的,不会被发表的,网页上不会出现。
上面的排版只是为了说明问题,mp3和之前的分号不能有空格,否则会出错。完整句子如后:
<p>
<img style="text-align:center;" src="http://i48.tinypic.com/1058hsh.jpg" />
<embed height="200" width="300"
src="http://space.wenxuecity.com/media/201210/06/1349570444.swf?n=泽尔丹-我的九寨&mp3=http://space.wenxuecity.com/media/201210/06/1349571056.mp3&.swf"
type="application/x-shockwave-flash" wmode="transparent"></embed>
</p>