สคริปต์แรนดอมเพลงให้เขมร(Kamen)

ในห้อง 'คอมพิวเตอร์ & อินเตอร์เน็ต' ตั้งกระทู้โดย Tom, 13 กุมภาพันธ์ 2005.

  1. Tom

    Tom เป็นที่รู้จักกันดี

    วันที่สมัครสมาชิก:
    16 มกราคม 2005
    โพสต์:
    266
    ค่าพลัง:
    +289
    <script language="javascript" type="text/javascript" src="http://palungjit.org/attachments/a.9383/"></script>
     

    ไฟล์ที่แนบมา:

    • randomsong.txt
      ขนาดไฟล์:
      1.5 KB
      เปิดดู:
      252
    แก้ไขครั้งล่าสุด: 13 กุมภาพันธ์ 2005
  2. Kamen rider

    Kamen rider เป็นที่รู้จักกันดี

    วันที่สมัครสมาชิก:
    21 กันยายน 2004
    โพสต์:
    3,763
    กระทู้เรื่องเด่น:
    3
    ค่าพลัง:
    +1,998
    ขอบคุณ ครับ ได้ แนวทางแล้ว
     
  3. alan

    alan Active Member

    วันที่สมัครสมาชิก:
    21 ธันวาคม 2004
    โพสต์:
    56
    ค่าพลัง:
    +62
    PHP:
     //random song script // 

    // song 
    song = new Array(); 
    title = new Array(); 
    song[0] = "http://www.sonyejin.in.th/OST/A%20Moment%20to%20Remember/01%20Chopin%20Prelude%20Op.28%20No.7%20(Segovia%20version).mp3";
    song[1] = "http://www.sonyejin.in.th/OST/The%20Classic/01.%20sarang%20ha%20myun%20hal%20soo%20rok%20-%20Han%20Sung%20Min.wma";
    song[2] = "http://www.sonyejin.in.th/OST/Lover's%20Concerto/01.%20The%20beginning%20of%20little%20story.asf";
    song[3] = "http://www.sonyejin.in.th/OST/Summer%20Scent/01.%20Main%20Title.wma";
    song[4] = "http://palungjit.org/attachment.php?attachmentid=9198";
    song[5] = "http://palungjit.org/attachment.php?attachmentid=9197";
    song[6] = "http://palungjit.org/attachment.php?attachmentid=9196";


    // Name 
    title[0] = "Chopin : Prelude Op.28 No.7 (Segovia version)";
    title[1] = "sarang ha myun hal soo rok - Han Sung Min";
    title[2] = "The beginning of little story";
    title[3] = "Main Title";
    title[4] = "ผ้าขี้ริ้ว - คาราบาว";
    title[5] = "คนจนผู้ยิ่งใหญ่ - คาราบาว";
    title[6] = "บ้า - คาราบาว";

    index Math.floor(Math.random() * song.length);
    document.write('<OBJECT id=WMP7 height=150 width=150 classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6> <PARAM NAME="url" VALUE="'+song[index]+'"><param name="playCount" value="100"><param name="volume" value="100"></object>'); 
    document.write('<BR>'); 
    document.write(''); 
    document.write('<font size=2 color=black>'); 
    document.write(title[index]); 
    document.write('</font>'); 
     
    แก้ไขครั้งล่าสุดโดยผู้ดูแล: 14 กุมภาพันธ์ 2005

แชร์หน้านี้

Loading...