Blogging the world.
code work | Asteria | 十二月 26, 2005,15:51
在blog的日常使用中,我们偶尔要用到一些功能代码,譬如说媒体的播放,甚至字体的动态滚动. 这些代码用量不大,但要找起来,却要费一番功夫.所以从今日起,我们会慢慢收集一些有用代码,放在这里供有需要的朋友使用.
名称与用途 | HTML代码 |
音乐及流媒体播放(调用本机播放器) | <embed src="http://yourblog.skygate.cn/song.mp3" autostart="true" loop="true" width="300" height="68" /> |
音乐(mp3)调用flash播放器 | <embed src="/player.swf?url=http://yourblog.skygate.cn/song.mp3" width="300" height="68" /> |
ps:以上代码必须点
图标,于html编辑窗口输入!
欢迎大家拿出更多的代码给大家一起分享.