谁知道怎么把网页中播放的Flash放在自己的QQ空间或博客里啊

来源:百度知道 编辑:UC知道 时间:2024/05/15 11:24:22
谁知道怎么把网页中播放的Flash放在自己的QQ空间或博客里啊

【1】 Flash代码
将网上的FLASH应用到QQ空间来,如果要插入普通Flash,则用第1条代码; 如果要插入透明Flash,则用第2条。 <embed src="http://你的Flash地址" width=330 height=280a>
<embed src="http://你的透明Flash地址" wmode=transparent style="position: absolute" width=330 height=280>
这里的width=330 height=280 表示宽度和高度,下同。

【2】背景音乐代码
代码中的音乐地址就是网上以.mp3/.midi/.wma/.wmv结尾的网址
显示播放器:
<EMBED SRC=http://你的音乐地址>
不显示播放器:
<EMBED SRC=http://你的音乐地址 width="0" height="0" loop="999">
贴rm,ra,ram类型的音乐,代码如下:
<embed width="0" height="0" type="audio/x-pn-realaudio-plugin" autostart="true" controls="ControlPanel" src="http://音乐源地址">
播放.Avi.Mpg格式的音乐:
<embed src="http://音乐源地址" border="0" width="320" height="240" type="application/x-mplayer2"></embed>
播放.Mp3.Mov格式的音乐: