跟着学习了,做回搬运工,把音乐播放器和音乐搬回城里了:))

来源: 2012-10-06 18:11:52 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

我把菊兄的句子简化了一下,初学者更容易看懂。

另外,我把音乐播放器和音乐都搬回城里来了,方便大家使用:))

===================================================================

<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=泽尔丹-我的九寨&amp; //替换名称 
mp3=http://space.wenxuecity.com/media/201210/06/1349571056.mp3&amp;.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=泽尔丹-我的九寨&amp;mp3=http://space.wenxuecity.com/media/201210/06/1349571056.mp3&amp;.swf"
type="application/x-shockwave-flash" wmode="transparent"></embed>
</p>