wailii
暱稱: wallis
性別: 女
國家: 澳門
地區: 望德堂區
« July 2026 »
SMTWTFS
1234
567891011
12131415161718
19202122232425
262728293031
文章分類
全部 (56)
GAME (2)
JOKE (1)
RECOMMEND (3)
School (1)
TRAVEL (3)
未分類 (46)
最新文章
是有多久沒上QOOZA?
2011-06-28
I AM NOT OKAY
放假lu.
震完未ar?
訪客留言
最近三個月尚無任何留言
每月文章
最近訪客
最近沒有訪客
日誌統計
文章總數: 56
留言總數: 357
今日人氣: 79
累積人氣: 7406
站內搜尋
RSS 訂閱
RSS Feed
好友名單
2008 年 7 月 6 日  星期日   晴天


2008-07-06 分類: 未分類

 

CODE...

1.music box

EG

 

[Copy to clipboard]CODE:
<object id="darkplayer" codeBase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" type="application/x-oleobject" height="0" standby="Loading Microsoft Windows Media Player components..." width="0" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95">
<param NAME VALUE>
<param NAME="ShowControls" VALUE="0">
<param NAME="ShowStatusBar" VALUE="0">
<param NAME="ShowDisplay" VALUE="0">
<param NAME="DefaultFrame" VALUE="Slide">
<param NAME="Autostart" VALUE="1">
<param NAME="Loop" VALUE="True">
</object>
<form name="form">
<p align="right">
<font face="Verdana">
<select style="font-size: 8pt; background-color: bg顏色; background-repeat: repeat; background-attachment: scroll; width: 195; color: 字顏色; font-face: verdana; height: 23; background-position: 0%" name="playlist" size="1">
<option value="0">歌名1</option>
<option value="1">歌名2</option>
<option value="2">歌名3</option>
<option value="3">歌名4</option>
<option value="4">歌名5</option>
<option value="5">歌名6</option>
 
</select><p align="按鈕位置e.g.right"><input style="BORDER-RIGHT: #F7C7DF 3px double; BORDER-TOP: #F7C7DF 3px double; FONT-SIZE: 8pt; BORDER-LEFT: #F7C7DF 3px double; COLOR: #FF0080; BORDER-BOTTOM: #F7C7DF 3px double; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff"  type=button value=Play name=darkplay>
 
<input style="BORDER-RIGHT: #F7C7DF 3px double; BORDER-TOP: #F7C7DF 3px double; FONT-SIZE: 8pt; BORDER-LEFT: #F7C7DF 3px double; COLOR: #FF0080; BORDER-BOTTOM: #F7C7DF 3px double; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff"  type=button value=Pause name=darkpause> 
 
<input style="BORDER-RIGHT: #F7C7DF 3px double; BORDER-TOP: #F7C7DF 3px double; FONT-SIZE: 8pt; BORDER-LEFT: #F7C7DF 3px double; COLOR: #FF0080; BORDER-BOTTOM: #F7C7DF 3px double; FONT-FAMILY: Verdana; BACKGROUND-COLOR: #ffffff"  type=button value=Stop name=darkstop></form>
 
<script language="JavaScript">
<!--
var playstate = 1;
shuffle = // set to 0 to always play first song in list
              // set to 1 to randomly choose the first song to play
   // unlimited songs, just copy and paste the song line and change the number
songs=newArray();
songs[0]="歌1既網址"
songs[1]="歌2既網址"
songs[2]="歌3既網址"
songs[3]="歌4既網址"
songs[4]="歌5既網址"
songs[5]="歌6既網址"
if (shuffle == 1) {
var randsg = Math.floor(Math.random()*songs.length);
document.darkplayer.FileName = songs[randsg];
document.darkplayer.scr = songs[randsg];
document.forms[form].playlist.options[randsg].selected = true;
}
function play(list) {
if (playstate == 2) {
document.darkplayer.Play();
} else {
var snum = list.options[list.selectedIndex].value
document.darkplayer.FileName = songs[snum];
document.darkplayer.scr = songs[snum];
}
playstate = 1;
} //--></script>

2.背景隨機音樂
[Copy to clipboard]CODE:
<SCRIPT Language="JavaScript">
tips = newArray(4);
tips[0] = " 網址";
tips[1] = " 網址";
tips[2] = " 網址";
tips[3] = " 網址";
tips[4] = " 網址";
tips[5] = " 網址";
index = Math.floor(Math.random() * tips.length);
document.write("<EMBED SRC=" + tips[index] + " autostart=true width=0 height=0 loop=true hidden=TRUE></EMBED>");
</SCRIPT>

3.變色 ( 滑鼠指住日記時會光 d , 唔指時會暗 d )
 [Copy to clipboard]CODE:
<script language="JavaScript">
//Sets blog opacity (0-100)
opcty = 40
//Sets rollover opacity
msvropcty = 90;
////////////////////////////////////
tables = document.getElementsByTagName(        able);
for(var j=0;j<tables.length;j++){
if(tables[j].className == "blogbody"){
tables[j].style.filter = "alpha(opacity=" + opcty + ")";
tables[j].onmouseover = function(){this.style.filter = "alpha(opacity=" + msvropcty + ")";}
tables[j].onmouseout = function(){this.style.filter = "alpha(opacity=" + opcty + ")";}}}
//-->
</script>

4.打日記時字體其他效果<發光字>(E+BLOG 個D...)

<style>#glowtext{filter:glow(color=white,strength=3);
width:100%;}</style><SCRIPT LANGUAGE="JavaScript">
function glowit(which){if (document.all.glowtext[which].filters[0].strength==9)
document.all.glowtext[which].filters[0].strength=6
else
document.all.glowtext[which].filters[0].strength=9
}function glowit2(which){if (document.all.glowtext.filters[0].strength==9)
document.all.glowtext.filters[0].strength=6
else
document.all.glowtext.filters[0].strength=9}function startglowing(){if (document.all.glowtext&&glowtext.length){for (i=0;i<glowtext.length;i++)eval(setInterval("glowit(+i+)",150))}else if (glowtext)setInterval("glowit2(0)",150)}if (document.all)window.onload=startglowing
</SCRIPT><span id="glowtext"><font size="5" color="red">

5.係咁FLY D 櫻花落黎

<EMBED style="LEFT: 100px; POSITION: absolute; TOP: 0px; " align=right src=http://imgfree.21cn.com/free/flash/113.swf width=900 height=900 type=application/x-shockwave-flash wmode="transparent" quality="high">

 

 

幫我聽下有冇背景音樂?

發表時間:2008-07-06 11:11 AM  [ 編輯日誌 ] [ 分享至FACEBOOK ]





訪客留言 (返回 wailii 的日誌)


cris471403 於 2008-07-09 11:49 PM 發表:
好多花係度fly@_@
[ 回覆 ] [ 封鎖 ] [ 刪除 ]



bryce 於 2008-07-08 10:43 PM 發表:
聽到,,,係咁
[ 回覆 ] [ 封鎖 ] [ 刪除 ]



seadogtan 於 2008-07-08 09:07 PM 發表:
聴到不值得,but我之前個blog都鋪過=口=
[ 回覆 ] [ 封鎖 ] [ 刪除 ]



fun_1022 於 2008-07-08 04:17 PM 發表:
很好聽的不值得-v-
[ 回覆 ] [ 封鎖 ] [ 刪除 ]



wing07m 於 2008-07-08 01:54 PM 發表:
上面哪些外星文..
可怕得很 =口=
我听到d戈丫~
[ 回覆 ] [ 封鎖 ] [ 刪除 ]

網主回覆

YOYO..
終於KO 左D 歌LA~
Posted at 2008-07-08 03:44 PM   [ 編輯 ] [ 刪除 ]



TorresLC 於 2008-07-08 01:05 AM 發表:
我聽到果首歌還好...
then...果一堆文字無行睇得明...
[ 回覆 ] [ 封鎖 ] [ 刪除 ]

網主回覆

整BLOG OR QOOZA 用的..
HTML 代碼..
 
Posted at 2008-07-08 03:40 PM   [ 編輯 ] [ 刪除 ]



jim887910 於 2008-07-07 08:55 PM 發表:
點解我聽唔度ge~.~
[ 回覆 ] [ 封鎖 ] [ 刪除 ]

網主回覆

你試下重新整理..>0<
Posted at 2008-07-08 03:40 PM   [ 編輯 ] [ 刪除 ]



MON_0701 於 2008-07-06 10:57 PM 發表:
有- -:
thxthx>333333
[ 回覆 ] [ 封鎖 ] [ 刪除 ]

網主回覆

搞左超耐..
Posted at 2008-07-08 03:37 PM   [ 編輯 ] [ 刪除 ]



×╳傻聰.°[] 於 2008-07-06 07:10 PM 發表:
聽到一個女人係度UP野
[ 回覆 ] [ 封鎖 ] [ 刪除 ]

網主回覆

男GA...!!!!1
Posted at 2008-07-08 03:36 PM   [ 編輯 ] [ 刪除 ]


訪客名稱:
電郵地址: (不會公開)
驗證碼:  按此更新驗證碼 (如看不清楚驗證碼請點擊圖片刷新)
俏俏話: (必需 登入 後才能使用此功能)
[ 開啟多功能編輯器 ]