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

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

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

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

<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>

所有跟帖: 

效果图: -smallguy- 给 smallguy 发送悄悄话 smallguy 的博客首页 (351 bytes) () 10/06/2012 postreply 18:14:36

来得好, 来的巧 :)) -弓尒- 给 弓尒 发送悄悄话 弓尒 的博客首页 (1412 bytes) () 10/06/2012 postreply 18:55:13

还好, 这次 能够显示 而且播放了, 但 -弓尒- 给 弓尒 发送悄悄话 弓尒 的博客首页 (205 bytes) () 10/06/2012 postreply 18:59:58

把height降下来,前后再加center :)) -smallguy- 给 smallguy 发送悄悄话 smallguy 的博客首页 (285 bytes) () 10/06/2012 postreply 19:59:29

不行,早试过了,这样 只是 半个(横向)的播放器 -弓尒- 给 弓尒 发送悄悄话 弓尒 的博客首页 (41 bytes) () 10/06/2012 postreply 20:13:17

效果图: -smallguy- 给 smallguy 发送悄悄话 smallguy 的博客首页 (175 bytes) () 10/06/2012 postreply 22:24:25

用CSS的style语句使图片、播放器等居中的代码、效果(图) -smallguy- 给 smallguy 发送悄悄话 smallguy 的博客首页 (371 bytes) () 10/07/2012 postreply 12:21:39

请您先登陆,再发跟帖!