加入我的最愛  |   設定為首頁  |   圖片上載  論壇音樂模式    非音樂模式   
 
I-See 論壇

I-See 論壇 註冊 登錄 會員 勳章中心 MSN宣傳系統 虛擬形象 音樂盒中心 隨機圖片中心 Flash 遊戲 會員相冊 新手手冊 娛樂設施 幫助 簡體中文 界面風格




 發新回覆
發新主題 發新投票
標題: <<18禁不禁影音全紀錄>>電視原聲帶
載入中 ...
JODI
初生嬰兒

*[[小祖]]``


會員編號 348005
精華 0
積分 257
帖子 26
威望 0 點
I-See幣 13363 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2007-7-18
註冊天數 6128
來自 mami個肚
狀態 離線
  只顯示 JODI 的帖子
發表於 2007-7-18 04:18 PM  資料  主頁 短消息  加為好友 
thx大大的分享~





*[[小祖]]``為你[愛過]♥[哭過]♥ [痛過] ♥[笑過] ♥[瘋過] ♥[癡過]♥[恨過]♥[苦過]♥[傻過]。


xanga"
www.xanga.com/Jodi_li/
記得留cm牙``=]
I-See Forum @ All rights reserved.
頂部
JODI
初生嬰兒

*[[小祖]]``


會員編號 348005
精華 0
積分 257
帖子 26
威望 0 點
I-See幣 13363 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2007-7-18
註冊天數 6128
來自 mami個肚
狀態 離線
  只顯示 JODI 的帖子
發表於 2007-7-18 04:22 PM  資料  主頁 短消息  加為好友 
外框卷軸,擺ws
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<style>
body{
scrollbar-arrow-color: #顏色;
scrollbar-3dlight-color: #顏色;
scrollbar-highlight-color: #顏色;
scrollbar-face-color: #顏色;
scrollbar-track-color: #顏色;
scrollbar-shadow-color: #顏色;
scrollbar-darkshadow-color: #顏色;
}
</style> 
*******************************************************

外框變色卷軸,擺ws
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<script language="JavaScript">
<!--
colours = new Array('#000000', '#999999', '#6699ff', '#fcc0e5', '#ff409f', '#cc99ff')
function flash()
{
var clrPos = Math.floor(Math.random() * colours.length)
with(window.document.body.style)
{
scrollbarFaceColor = document.bgColor;
scrollbarTrackColor = document.bgColor;
scrollbarArrowColor = colours[clrPos];
scrollbarHighlightColor = document.bgColor;
scrollbar3dLightColor = colours[clrPos];
scrollbarShadowColor = document.bgColor;
scrollbarDarkShadowColor = colours[clrPos];
borderWidth = 2;
borderStyle = 'solid';
borderColor = colours[clrPos];
}
}
if (document.all)window.document.body.onscroll = flash;
//-->
</script>
*******************************************************

卷軸由右邊轉去左邊,擺ws
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<body ONCONTEXTMENU="return false" dir="rtl"><DIV DIR="LTR">
**呢個除左令卷軸左右掉轉外,板面亦都會一起掉轉**

*******************************************************

個人資料增添卷軸,擺ws
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<script type="text/javascript">


圖片透明
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<img style="FILTER: alpha(opacity=50)" onmouseout=makevisible(this,1) src="圖片的網址">
**opacity=透明度由1-100,呢個Code只需要貼係你想透明既地方,如Header,Website Stats或Public Profile

*******************************************************

圖片模糊
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<img src="圖片網址" style="filter:Alpha(Opacity=80,style=2)">
**呢個會令到圖四邊模糊,style可以較1,2,3因為有3個款

Subscriptions增添卷軸,擺ws
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<script type="text/javascript">
function adjustSirListHeight()
{
// define the height of your SIR-list in the line below
var sirListHeight = '90px';
var allTables = document.getElementsByTagName('tbody');
for (i=0; i < allTables.length; i++)
{
if ((allTables.innerHTML.indexOf('Sites I Read') != -1) &&
(allTables.innerHTML.toUpperCase().indexOf('<TABLE') == -1))
{
sirlist = allTables.lastChild;
temp = sirlist.firstChild.innerHTML;
sirlist.removeChild(sirlist.firstChild);
td = document.createElement('td');
div = document.createElement('div');
div.style.width = '165px';
div.style.height = sirListHeight;
div.style.overflow = 'auto';
div.innerHTML = temp;
td.appendChild(div);
sirlist.appendChild(td);
break;
}
}
}
if (navigator.userAgent.indexOf('Mac') == -1)
if ((document.URL.indexOf('weblogs') == -1) &&
(document.URL.indexOf('guestbook') == -1) &&
(document.URL.indexOf('events') == -1) &&
(document.URL.indexOf('reviews') == -1))
adjustSirListHeight();
</script>
*******************************************************

Blogrings增添卷軸,擺ws
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<!-- begin code provided by Kkx3.com-->
<script type="text/javascript">
function adjustSirListHeight()
{
   // *** define the height of your SIR-list in the line below
   var sirListHeight = '框高度px';
   var allTables = document.getElementsByTagName('tbody');
   for (i=0; i < allTables.length; i++)
   {
       if ((allTables.innerHTML.indexOf('Blogrings') != -1) &&
           (allTables.innerHTML.toUpperCase().indexOf('<TABLE') == -1))
       {
           sirlist = allTables.lastChild;
           temp = sirlist.firstChild.innerHTML;
           sirlist.removeChild(sirlist.firstChild);
           td = document.createElement('td');
           div = document.createElement('div');
           div.style.width = '190px';
           div.style.height = sirListHeight;
           div.style.overflow = 'auto';
           div.innerHTML = temp;
           td.appendChild(div);
           sirlist.appendChild(td);
           break;
       }
   }
}
if (navigator.userAgent.indexOf('Mac') == -1)
   if ((document.URL.indexOf('weblogs') == -1) &&
       (document.URL.indexOf('guestbook') == -1) &&
       (document.URL.indexOf('events') == -1) &&
       (document.URL.indexOf('reviews') == -1))
       adjustSirListHeight();
</script>
<!-- end code provided by Kkx3.com -->

日記外框(一)
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<style>body {border-style: liquid ; border-top-width: 10px; border-bottom-width: 10px; border-left-width: 10px;
border-right-width: 10px; border-color: #cccccc;}</style>
**只要修改數字(粗幼度)和色碼即可

*******************************************************


雙向震動板
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<script language = "JavaScript">
<!--
function shake( )
{
    for (i = 10; i > 0; i--)
    {
        self.moveBy(0,i)
        self.moveBy(i,0)
        self.moveBy(0,-i)
        self.moveBy(-i,0)
    }
}
shake( );
//-->
</script>
*******************************************************

直向震動板
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<script language = "JavaScript">
<!--
function shake( )
{
    for (i = 10; i > 0; i--)
    {
        self.moveBy(0,i)
        self.moveBy(0,-i)
    }
}
shake( );
//-->
</script>

字體變粗
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<strong> 字 </strong>
*******************************************************





*[[小祖]]``為你[愛過]♥[哭過]♥ [痛過] ♥[笑過] ♥[瘋過] ♥[癡過]♥[恨過]♥[苦過]♥[傻過]。


xanga"
www.xanga.com/Jodi_li/
記得留cm牙``=]
I-See Forum @ All rights reserved.
頂部
JODI
初生嬰兒

*[[小祖]]``


會員編號 348005
精華 0
積分 257
帖子 26
威望 0 點
I-See幣 13363 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2007-7-18
註冊天數 6128
來自 mami個肚
狀態 離線
  只顯示 JODI 的帖子
發表於 2007-7-18 04:23 PM  資料  主頁 短消息  加為好友 
StateChangeHandler Player
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<OBJECT ID="Player" height="0" width="0" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">
<PARAM NAME="uiMode" VALUE="invisible">
<PARAM NAME="Autostart" VALUE="False">
</object>

<FORM ID="form">

<SELECT ID="playlist" size="1">

<!-- Add song info that appears in drop down list here -->
<option value="0">display出黎,,, 歌名</option>
<option value="1">display出黎,,, 歌名</option>
<option value="2">display出黎,,, 歌名</option>
<option value="3">display出黎,,, 歌名</option>
<option value="4">display出黎,,, 歌名</option>

</SELECT>

<BR>
<BUTTON ID="BackButton" onClick="Back(forms['form'].playlist);"> << </BUTTON>
<BUTTON ID="PlayPauseButton" onClick="PlayPause(forms['form'].playlist);"><FONT color="green">  Play  </FONT></BUTTON>
<BUTTON ID="NextButton" onClick="Next(forms['form'].playlist);"> >> </BUTTON>
<BUTTON ID="StopButton" onclick="Stop();"><FONT color="maroon">Stop</FONT></BUTTON>
<b><font size="3" color="black">Shuffle</font></b><INPUT TYPE=checkbox CHECKED ID="ShuffleSwitch" onclick="ToggleShuffle(this);" value="ON">

</FORM>
</CENTER>


<comment ID="PlayHTML"><FONT color="green">  Play  </FONT></comment>
<comment ID="ShuffleOnHTML"><INPUT TYPE=checkbox CHECKED ID="ShuffleSwitch" onclick="ToggleShuffle(this);"></comment>
<comment ID="ShuffleOffHTML"><INPUT TYPE=checkbox UNCHECKED ID="ShuffleSwitch" onclick="ToggleShuffle(this);"></comment>


<script ID="Main" Language="JavaScript">

        var songs = new Array();

        //*******************************//
        //****** CHANGEABLE STUFF *******//
        //*******************************//
        
        var shuffle = false;  // false = shuffle off, true = shuffle on

        var autoStart = true;   // false = autoStart off, true = autoStart on
        
        var numberTracks = true;  // true = place track number in front of list items, false = no track numbers
        
        // Add song URLs here (make sure it matches up with the order you have for song info, and urls need quotes):
        songs[0]="歌曲網址";
        songs[1]="歌曲網址";
        songs[2]="歌曲網址";
        songs[3]="歌曲網址";
        songs[4]="歌曲網址";
        
        //*******************************//
        //*******************************//

// Initializations //
with (document){
        var length = forms['form'].playlist.length;

        if(numberTracks){
  for (var i = 0; i < length; i++){
          forms['form'].playlist.options.innerHTML = (i+1) + " - " + forms['form'].playlist.options.innerHTML;
  }
        }
        
        if (shuffle) {
  var randsg = Math.floor(Math.random()*songs.length);
  Player.url = songs[randsg];
  forms['form'].playlist.options[randsg].selected = true;
  forms['form'].ShuffleSwitch.outerHTML = ShuffleOnHTML.innerHTML;
        }

        else {
  forms['form'].ShuffleSwitch.outerHTML = ShuffleOffHTML.innerHTML;
  Player.url = songs[0];
        }

        if(autoStart){
  var snum = forms['form'].playlist.selectedIndex;
  if(Player.url != songs[snum]){
          Player.url = songs[snum];
  }
  Player.controls.Play();
        }
}

// Functions //
// Discription: "PlayPause" will toggle playing and pausing if the same song is still selected,
//              otherwise it will load the newly selected song
function PlayPause(list) {
        var snum = list.selectedIndex;
        
        if((Player.url == songs[snum] && Player.url != "") && Player.playState != 1){
  if(Player.playState == 3){
          Player.controls.Pause();
  }
  
  else {
          Player.controls.Play();
  }
        }

        else {
  Player.url = songs[snum];
  Player.controls.Play();
        }
}

// Discription: "Next" will move to the next music file if shuffle is off
//              otherwise it will load a random song. Calls PlayPause to start music.
function Next(list) {
        var snum = list.selectedIndex;
        if (!shuffle) {
  if (snum == list.length-1) {
          snum = -1;
  }
  snum++;
        }
        
        else {
  var temp;
  do{
          temp = Math.floor(Math.random()*songs.length);
  } while(temp == snum);
  snum = temp;
        }
        
        list.options[snum].selected = true;
        PlayPause(list);
}

// Discription: "Back" does the same thing as "Next" but moves backwads
//              through the list. If shuffle is on then picks a random song.
function Back(list) {
        var snum = list.selectedIndex;
        if (!shuffle) {
  if (snum == 0){
          snum = list.length;
  }
  snum--;
        }
        
        else {
  var temp;
  do{
          temp = Math.floor(Math.random()*songs.length);
  } while(temp == snum);
  snum = temp;
        }
        
        list.options[snum].selected = true;
        PlayPause(list);
}

// Discription: Self explanitory.
function Stop(){
        Player.controls.Stop();
}

// Discription: Makes the shuffle flag the same as the status of the CheckBox
//    The status of the checkbox (true/false) indicates if the box is checked
function ToggleShuffle(CheckBox) {
        shuffle = CheckBox.status;
}

</SCRIPT>

<script ID="StateChangeHandler" Language = "JavaScript" For = "Player" Event = playStateChange(NewState)>

// Description: This is an interupt handler used to handle instances when the
//              state of the player changes to play or stop for example.

//STATE.innerText = NewState;

switch(NewState){
        case 8:  // Handles player after it just finishes playing through a song
  var num = document.forms['form'].playlist.selectedIndex;
        
  if (!shuffle){
          if(num == document.forms['form'].playlist.length-1){
    num = -1;
          }
  
          num++;
  }
  else {
          var temp;
          do{
    temp = Math.floor(Math.random()*songs.length);
          } while(temp == num);
          num = temp;
  }
        
  document.forms['form'].playlist.options[num].selected = true;
        
  PreviousState = NewState;
  break;

        case 1: // Handles player after it stops
  if(PreviousState == 8){
          var num = document.forms['form'].playlist.selectedIndex;
          Player.settings.autoStart = true;
          Player.url = songs[num];
          PreviousState = NewState;
  }
  
  else if (PreviousState != 3 && PreviousState != 2){
          Player.controls.Play();
          Player.settings.autoStart = false;
  }
  
  else{
          forms['form'].PlayPauseButton.innerHTML = PlayHTML.innerHTML;
  }
  break;

        case 3: // Handles player after it starts to play
  PreviousState = NewState;
  forms['form'].PlayPauseButton.innerHTML = "Pause";
  shuffle = document.forms['form'].ShuffleSwitch.status;
  break;

        case 2: // Handles player after being paused
  PreviousState = NewState;
  forms['form'].PlayPauseButton.innerHTML = PlayHTML.innerHTML;
  break;

        default:
}

</SCRIPT>
*******************************************************

RealOne Player
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<embed src="歌曲網址" width="300" height="50" autostart="0" loop="true" flase=no>
*******************************************************

Lthhung Player
CODE:  [Copy to clipboard]
--------------------------------------------------------------------------------

<script language="javascript">
function songstop(){
if (document.layers) {document.ram.document.write(" "); document.lthhung.document.close()}
if (document.all) lthhung.netinnerHTML=" "}
function songplay(){
if (document.layers) {
document.lthhung.document.write("<embed src='+sound+' autostart='true' loop='true' width='0' height='0'>"); document.ram.document.close()}
if (document.all) lthhung.innerHTML="<embed src='"+sound+"' autostart='true' loop='true' width='0' height='0'>"}
function getNewSound(){
sound=document.hung.music.options[document.hung.music.selectedIndex].value;
songstop()
songplay()}
</script>
<a id="lthhung"></a>
<form name="hung">
<select onchange="getNewSound()" size="1" name="music">
<option style="BACKGROUND-COLOR:purple;color:pink" >*選首您喜歡的音樂*</option>
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
<option style="BACKGROUND-COLOR:yellow;color:blue" value="音樂網址">歌名
</select>
</form>





*[[小祖]]``為你[愛過]♥[哭過]♥ [痛過] ♥[笑過] ♥[瘋過] ♥[癡過]♥[恨過]♥[苦過]♥[傻過]。


xanga"
www.xanga.com/Jodi_li/
記得留cm牙``=]
I-See Forum @ All rights reserved.
頂部
JODI
初生嬰兒

*[[小祖]]``


會員編號 348005
精華 0
積分 257
帖子 26
威望 0 點
I-See幣 13363 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2007-7-18
註冊天數 6128
來自 mami個肚
狀態 離線
  只顯示 JODI 的帖子
發表於 2007-7-18 04:24 PM  資料  主頁 短消息  加為好友 
sori...post錯野...T^T





*[[小祖]]``為你[愛過]♥[哭過]♥ [痛過] ♥[笑過] ♥[瘋過] ♥[癡過]♥[恨過]♥[苦過]♥[傻過]。


xanga"
www.xanga.com/Jodi_li/
記得留cm牙``=]
I-See Forum @ All rights reserved.
頂部
kammykwan
初級會員
Rank: 1



會員編號 163519
精華 0
積分 406
帖子 140
威望 0 點
I-See幣 10287 錢
GAME幣 5463 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2006-5-13
註冊天數 6559
狀態 離線
  只顯示 kammykwan 的帖子
發表於 2007-7-18 08:52 PM  資料  短消息  加為好友 
h[]多謝樓主無私滴分享````
等我d[]wn黎聽吓先"

I-See Forum @ All rights reserved.
頂部
sweetsophia
初生嬰兒




會員編號 147661
精華 0
積分 432
帖子 39
威望 0 點
I-See幣 10854 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2006-4-4
註冊天數 6597
狀態 離線
  只顯示 sweetsophia 的帖子
發表於 2007-7-19 01:59 PM  資料  短消息  加為好友 
好聽好聽thx !!!!!

I-See Forum @ All rights reserved.
頂部
love_grace
初生嬰兒




會員編號 252290
精華 0
積分 292
帖子 5
威望 0 點
I-See幣 10998 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 40
註冊 2006-12-25
註冊天數 6333
狀態 離線
  只顯示 love_grace 的帖子
發表於 2007-7-20 09:42 PM  資料  短消息  加為好友 
thx............................


本帖最近評分記錄
小霞.   2007-10-26 05:40 PM  代幣  -8   
I-See Forum @ All rights reserved.
頂部
W. (此用戶已被刪除)
贊助會員
Rank: 6Rank: 6



榮譽勳章
 勳章名稱:I-See一年章
勳章介紹:註冊天數滿365天    勳章名稱:I-See兩年章
勳章介紹:註冊天數滿730天    勳章名稱:I-See三年章
勳章介紹:註冊天數滿1095天    勳章名稱:I-See四年章
勳章介紹:註冊天數滿1460天  

會員編號 21175
精華 3
積分 17189
帖子 4636
威望 11 點
I-See幣 209995 錢
GAME幣 825 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 220
註冊 2005-7-23
註冊天數 6853
狀態 離線
  只顯示 W. 的帖子
發表於 2007-7-21 09:56 AM  資料  短消息  加為好友 
I WANT IT...
TAHT'S SO COOL!

I-See Forum @ All rights reserved.
頂部
JACK`傑
吹水學徒
Rank: 2
..em0boys`


會員編號 181106
精華 0
積分 2252
帖子 1078
威望 0 點
I-See幣 14377 錢
GAME幣 1021 個
MSN宣傳 0 次
性別  男
配偶 未婚
閱讀權限 60
註冊 2006-6-25
註冊天數 6515
狀態 離線
  只顯示 JACK`傑 的帖子
發表於 2007-7-21 07:03 PM  資料  短消息  加為好友 
我要牙xDDD
搵左好耐xD

I-See Forum @ All rights reserved.
頂部
beckyw805
嬰兒上路
Rank: 1


會員編號 95465
精華 0
積分 677
帖子 88
威望 0 點
I-See幣 11132 錢
GAME幣 100 個
MSN宣傳 0 次
性別  女
配偶 未婚
閱讀權限 50
註冊 2006-1-1
註冊天數 6691
狀態 離線
  只顯示 beckyw805 的帖子
發表於 2007-7-22 09:50 PM  資料  短消息  加為好友 
我要呀>v< 搵左好多個都dl唔倒! thx!

I-See Forum @ All rights reserved.
頂部
載入中 ...
 發新回覆
發新主題 發新投票


載入中 ...


當前時區 GMT+8, 現在時間是 2024-4-27 06:19 PM

  Powered by Discuz!  © Comsenz Inc.
Processed in 0.111016 second(s), 8 queries , Gzip enabled

清除 Cookies - 聯繫我們 - I-See 論壇 - Archiver - WAP