【玩转时空博客】博客文章添加音视频技巧

[复制链接] 0
收藏
6
回复
1412
查看
打印 上一主题 下一主题

签到天数: 2 天

连续签到: 1 天

[LV.1]初来乍到

楼主
跳转到指定楼层
发表于 2009-4-21 23:27:33 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

最近比较忙,很少时间上来,真是失职了。

下面继续我们的玩转时空博客之博客文章添加音频视频的技巧,博客嘛,除了单调的图片做陪衬,其实呢,可以添加音乐和视频的,这样我们的博客就有声有色啦~好了,方法给出来。希望给新人提供一种方法,会的网友们请绕道。不会的希望您看过之后会。呵呵。

当然在论坛上添加的话就方便许多了。但博客中需要使用代码来实现。希望下面长长的代码不会使您看得头晕哦。。。当然如果懂得了的话您会发现,这些,其实算什么呀,太简单了!

博客文章添加音乐:
首先告诉大家要添加到哪里,怎么添加?
请看图〓〓〓〓〓〓>>>>看到了吗?

在点击撰写新文章之后看到编辑工具箱的右边有个edit的选项。点进去之后就可以为所欲为啦。。

签到天数: 2 天

连续签到: 1 天

[LV.1]初来乍到

沙发
 楼主| 发表于 2009-4-21 23:40:23 | 只看该作者
先给大家演示一个最直接的,最容易的添加音乐的代码。如果您觉得会了,那么可以继续看下去,下面的代码更加繁复,但是效果也更加多样。

<EMBED height=45 type=application/x-mplayer2 align=baseline pluginspage="" width=400 src=http://blog.mzsky.cc/music_upload/200801/tfckaaxlhpdzmnwdxboybwymtyoztc.mp3 border="0" autostart="1" loop=true> </EMBED>

嗯,如图所示,在刚才的编辑窗口进去之后,直接把这些代码放进去就OK了,红色字体的呢就是歌曲的地址,地址可以到百度MP3上搜索,把播放速度快的拷贝过来就可以了。当然啦,也可以将自己空间的歌曲放上去的。

稍微解释一下上面代码:

height是高度,可以自己调整,wight是宽度,也可以自己调整,爱多大就多大呗。
border是边界,可以不管它。
autostart是自动播放,如果值是=1,那么会自动播放,如果是=0,那就不自动播放(这不废话嘛)
loop是循环选项,比如说你想循环几次,就填写多少,比如100次,如果是true,表示无限循环,如果是fault的话,就表示不循环,或者直接把loop=true省略。


怎么样?是不是太简单了?

签到天数: 2 天

连续签到: 1 天

[LV.1]初来乍到

板凳
 楼主| 发表于 2009-4-21 23:45:46 | 只看该作者

以下的方法都大同小异。如果您看了之后不觉得头晕的话,那就接着往下看吧。

         多种播放器代码集成

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

隐藏(hidden=true)播放器(不循环)
<EMBED src=音乐网址 hidden=true type=audio/x-ms-wma AUTOSTART="1">
-----------------------------------------------------------
隐藏(hidden=true)播放器(循环)
<EMBED src=音乐网址 hidden=true type=audio/mpeg AUTOSTART="1" loop="-1">
---------------------------------------------------------------
黑色[style="FILTER: xray()"]循环[loop="-1"]播放器
<EMBED style="FILTER: xray()" src=音乐网址 width=360 height=30 type=audio/mpeg volume="0" autostart="true" loop="-1">
--------------------------------------------------------------------------------
浅兰色循环(loop="-1")播放器
<EMBED src=音乐网址 width=300 height=45 type=audio/mpeg loop="-1" autostart="true" volume="0">
--------------------------------------------------------------------------
掩饰自动播放器
<TABLE style="FILTER: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)gray(); WIDTH: 200px; HEIGHT: 83px">
<TBODY>
<TR>
<TD><EMBED src=音乐网址 width=200 height=40 type=audio/mpeg panel="0" autostart="true" loop="true">
</TD></TR></TBODY></TABLE>
-------------------------------------
连播放时选择曲目的播放器
<EMBED pluginspage

=http://www.microsoft.com/windows/mediaplayer/download/default.asp width=400 height=172 type=application/x-mplayer2 FileName="音乐网址" SHOWCONTROLS="1" SHOWSTATUSBAR="1" SHOWDISPLAY="1" SHOWGOTOBAR="1" AUTOSTART="true" PlayCount="1">
----------------------------------------------------------------------------------------------
显示曲名的黑色带彩自动播放器
<EMBED style="FILTER: invert()" src=音乐网址 width=320 height=45 type=audio/x-ms-wma ShowStatusBar="1" loop="true" autostart="true">
-------------------------------------------------------------------------
显示曲名的灰白色面板
<EMBED style="FILTER: Gray()" src="链接地址" width=300 height=69 type=application/x-mplayer2 loop="-1" showcontrols="1" ShowDisplay="0" ShowStatusBar="1" autostart="1"></EMBED>
------------------------------------------
灰白面板
<embed style="FILTER: Gray()" src=链接地址 width=300 height=45

loop="-1" autostart="true"></EMBED>
---------------------------------------------------------------
(带显示文件播放信息)

<EMBED src="链接地址" width=300 height=69

type=application/x-mplayer2 loop="-1" showcontrols="1" ShowDisplay="0" ShowStatusBar="1" autostart="1"></EMBED>
-----------------------------------------------
黑色带彩棕色面板
<EMBED style="FILTER: invert()"

src=链接地址 width=300 height=45 loop="-1" autostart="true"></EMBED>
---------------------------------------------------------------------
浅紫播放器
<TABLE borderColor=#4F3256 background=http://www.dabaoku.com/sucai/shejilei/bj/pic/0197.jpg border=1>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=50,style=3)">
<P align=center><EMBED src=音乐网址  width=300 height=25 type=audio/mpeg loop="-1" autostart="false" volume="0">
</P></TD></TR></TBODY></TABLE>
----------------------------------------------------------------------------------------------
粉色
<TABLE borderColor=navy background

=http://bbs.sm618.com/UploadFile/2005-9/200592522275884778.jpg

border=0>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=50,style=3)">
<P align=center><EMBED src=音乐网址  width=300 height=45 type=audio/mpeg loop="-1" autostart="0" volume="0">
</P></TD></TR></TBODY></TABLE>
------------------------------------------------------------------------------------
黄色闪光
<TABLE style="BORDER-RIGHT: #000000 3px dashed; BORDER-TOP: #000000 3px dashed; BORDER-LEFT: #000000 3px dashed; BORDER-BOTTOM: #000000 3px dashed" cellSpacing=0 cellPadding=0 bgColor=#00000>
<TBODY><TR><TD>
<TABLE borderColor=navy

background=http://nxm.16789.net/s-helpSite/domName/nxm/20041114123131568.gif border=0>
<TBODY><TR>
<TD style="FILTER: alpha(opacity=50,style=3)">
<P align=center><EMBED src=音乐网址 width=400 height=35

type=audio/mpeg loop="-1" autostart="0" loop="-1">
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>
--------------------------------------------------------------------------------
蓝色闪光
<TABLE borderColor=#dee4fe cellSpacing=3 cellPadding=0 background=http://www.yhbbs.com/UploadFile/2004-12/2004123023101352.gif border=2><TBODY><TR><TD><TABLE align=center border=0>
<TBODY><TR><TD style="FILTER: alpha(opacity=60,style=3)">
<P align=center><EMBED style="FILTER: Gray" src=音乐网址 width=400 height=35 type=audio/mpeg volume="0" autostart="false" loop="-1">
</P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>
-------------------------------------------------------------------------
花边黑色
<TABLE style="BORDER-RIGHT: #000000 3px dashed; BORDER-TOP: #000000 3px dashed; BORDER-LEFT: #000000 3px dashed; BORDER-BOTTOM: #000000 3px dashed" cellSpacing=0 cellPadding=0 bgColor=#00000>
<TBODY><TR><TD>
<TABLE borderColor=#000000 align=center border=1>
<TBODY><TR><TD>
<P align=center><EMBED style="FILTER: Xray" src=音乐网址 width=400 height=35 type=audio/mpeg volume="0" autostart="false" loop="-0">
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>
-----------------------------------------------------------------------------------------------------
粉色花边
<TABLE style="BORDER-RIGHT: #ff69b4 3px dotted; BORDER-TOP: #ff69b4 3px dotted; BORDER-LEFT: #ff69b4 3px dotted; BORDER-BOTTOM: #ff69b4 3px dotted" cellSpacing=0 cellPadding=0 align=center bgColor=white>
<TBODY>
<TR>
<TD>
<TABLE borderColor=#ff69b4 align=center bgColor=#ffccf5 border=2>
<TBODY>
<TR>
<TD style="FILTER: alpha(opacity=100,style=3)">
<P align=center><EMBED src=音乐网址 width=300 height=25 type=audio/mpeg volume="0" autostart="false" loop="-0">
</P></TD></TR></TBODY></TABLE>
</TD></TR></TBODY></TABLE>
-------------------------------------------------------------------------------------------
禁右键播放器
<EMBED style="BORDER-RIGHT: silver 1px solid; BORDER-TOP: silver 1px solid; BORDER-LEFT: silver 1px solid; BORDER-BOTTOM: silver 1px solid" src=音乐网址 width=200 height=40 type=audio/x-mplayer2 console="video" showstatusbar="0" EnableContextMenu="0" volume="0" autostart="0" loop="-1">
---------------------------------------------------------------------------------
上下移动  
<MARQUEE style="LEFT: 230px; ; TOP: 300px" scrollAmount=1 scrollDelay=200 direction=up behavior=alternate width=300 height=400><br><MARQUEE scrollAmount=1 scrollDelay=100 behavior=alternate><br><TABLE style="FILTER: progid:DXImageTransform.Microsoft.Shadow(color:#7ec0ee ,direction:145,strength:20)" cellSpacing=0 cellPadding=0 border=1>
<br><TBODY><br><TR><br><TD>
<EMBED style="FILTER: gray()" src=音乐网址 width=200 height=20 type=audio/mpeg showstatusbar="1" volume="0" loop="-1" autostart="1">
</TD></TR></TBODY></TABLE></MARQUEE></MARQUEE>
-------------------------------------------------------------------
(显示文件标签信息)蓝色

<DIV><EMBED src="链接地址" loop="-1" width=300 height=140 balance="true" showpositioncontrols="true" showtracker="true" showaudiocontrols="true" showcontrols="true" showstatusbar="true" showdisplay="true" displaysize="0" volume="100" autosize="true" autostart="true" animationatstart="true" transparentatstart="true"></EMBED></div>
--------------------------------------------------
(显示文件标签信息)灰白
<DIV><EMBED style="FILTER: Gray()" src="链接地址" loop="-1" width=300 height=140 balance="true" showpositioncontrols="true" showtracker="true" showaudiocontrols="true" showcontrols="true" showstatusbar="true" showdisplay="true" displaysize="0" volume="100" autosize="true" autostart="true" animationatstart="true" transparentatstart="true

"></EMBED></div>
----------------------------------------------------
(显示文件标签信息)黑彩
<DIV><EMBED style="FILTER: invert()" src="链接地址" loop="-1" width=300 height=140 balance="true" showpositioncontrols="true" showtracker="true" showaudiocontrols="true" showcontrols="true" showstatusbar="true" showdisplay="true" displaysize="0" volume="100" autosize="true" autostart="true" animationatstart="true" transparentatstart="true"></EMBED></div>
-----------------------------------------------------------
(显示文件标签信息)黑
<DIV><EMBED style="FILTER: xray()" src="链接地址" loop="-1" width=300 height=140 balance="true" showpositioncontrols="true" showtracker="true" showaudiocontrols="true" showcontrols="true" showstatusbar="true" showdisplay="true" displaysize="0" volume="100" autosize="true" autostart="true" animationatstart="true" transparentatstart="true"></EMBED></div>
===================================================
连放
<EMBED style="FILTER: Gray()" src=音乐网址 width=500 height=35 type=audio/x-ms-wma controls="StatusBar,TACCtrl,ControlPanel" border="0" autostart="1" playcount="0" showtracker="1" volume="0"></EMBED>
=========================================================

签到天数: 2 天

连续签到: 1 天

[LV.1]初来乍到

地板
 楼主| 发表于 2009-4-21 23:49:58 | 只看该作者

下面介绍一些实列:

1.黑色循环播放器

2.浅兰色循环播放器

3.掩饰自动播放器

>

 

4.带显示文件播放信息播放器

5.浅紫色播放器

>

6.连播放时选择曲目的播放器

7.黄色闪光播放器

8.上下移动播放器






 朋友们在引入自己博客时最好要多试试,选出最合你心意的款式,使您的博客更引人入胜。

该用户从未签到

5#
发表于 2009-4-22 07:32:04 | 只看该作者
这个我会,哈哈,不过我一般把播放器给藏了起来

签到天数: 2 天

连续签到: 1 天

[LV.1]初来乍到

6#
发表于 2009-4-22 08:25:47 | 只看该作者
谢谢,辛苦了,热心为大家服务!
俺有空试着玩转博客添加音视频技巧去。

签到天数: 1 天

连续签到: 1 天

[LV.1]初来乍到

7#
发表于 2009-4-22 09:17:49 | 只看该作者
提示: 作者被禁止或删除 内容自动屏蔽

使用高级回帖 (可批量传图、插入视频等)快速回复

您需要登录后才可以回帖 登录 | 注册会员

本版积分规则   Ctrl + Enter 快速发布  

发帖时请遵守我国法律,网站会将有关你发帖内容、时间以及发帖IP地址等记录保留,只要接到合法请求,即会将信息提供给有关政府机构。

广播台

      关闭

      最新公告上一条 /1 下一条

      返回顶部找客服
      快速回复 返回顶部 返回列表