Trình Chơi Nhạc Bằng Dòng Lịnh

Tủ sách mở Wikibooks

Mục lục

[sửa] Mục Đích

  • Tạo một hồ sơ chơi nhạc dùng để chơi nhạc bằng dòng lịnh như sau
[Trình_Chơi_Nhạc.htm ?Tên_Bài_Nhạc.wma|wmv|mp3|asx|wpl]

[sửa] Mả Nguồn Trình Chơi Nhạc

Sau đây là Mả Nguồn của Trình Chơi Nhạc Trực Tuyến

<title>Nghe Nhac</title>
 
<a href=http://www.microsoft.com/windows/windowsmedia/player/download/download.aspx>Tai Window Media Player 10</a><b>
<a href=http://download.microsoft.com/download/1/b/c/1bc0b1a3-c839-4b36-8f3c-19847ba09299/MPSetup.exe>Tai Window Media Player 9</a><b>
 
<span id="lbPlay">
<p>&nbsp;</p>
 
<table border=1 bordercolor=blue align=center width=400>
<tr bgcolor=blue><td align=center><font color=white><b>WINDOW MEDIA PLAYER</b></font></td></tr>
<tr><td align=center>
 
<SCRIPT language=JavaScript type=text/javascript>
    if (location.search) {
       var data = location.search.substring(1)
 
        document.write('<OBJECT id=mediaPlayer height=400 width=400 classid=CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6 name=mediaPlayer valign="top" bgcolor="#0000FF">')
       document.write('<PARAM NAME="URL" VALUE="' + data + '">')
       document.write('<PARAM NAME="stretchToFit" VALUE="0"><PARAM NAME="volume" VALUE="100"><PARAM NAME="EnableContextMenu" VALUE="1"><PARAM NAME="rate" VALUE="1"><PARAM NAME="balance" VALUE="0"><PARAM NAME="currentPosition" VALUE="0"><PARAM NAME="defaultFrame" VALUE=""><PARAM NAME="playCount" VALUE="10"><PARAM NAME="autoStart" VALUE="-1"><PARAM NAME="currentMarker" VALUE="0"><PARAM NAME="invokeURLs" VALUE="-1"><PARAM NAME="baseURL" VALUE=""><PARAM NAME="mute" VALUE="0"><PARAM NAME="windowlessVideo" VALUE="0"><PARAM NAME="enabled" VALUE="-1"><PARAM NAME="fullScreen" VALUE="0"><PARAM NAME="SAMIStyle" VALUE=""><PARAM NAME="SAMILang" VALUE=""><PARAM NAME="SAMIFilename" VALUE=""><PARAM NAME="captioningID" VALUE=""><PARAM NAME="enableErrorDialogs" VALUE="0"><PARAM NAME="_cx" VALUE="4604"><PARAM NAME="_cy" VALUE="3493">');
document.write('</OBJECT>');
       }
 
</SCRIPT>
 
</td></tr>
<tr><td align=center>
<SCRIPT language=JavaScript type=text/javascript>
document.write('File :' + data + ' <a href=' + data + '><b> ==>   SAVE</a></b></i>');
</SCRIPT>
</td></tr>
</table></span>
  • Xem, Trình Chơi Nhạc Trực Tuyến của Kỷ Sư Thành viết

[sửa] Cách Dùng

Công Thức
[Trình_Chơi_Nhạc.htm?Tên_Bài_Nhạc.wma|wmv|mp3|asx|wpl]
Thí Dụ 
http://www.geocities.com/qtt12003/players/MediaPlay.htm?http://onlinetoplay.net/onlinetoplay/casi/dam_vinh_hung/Binhminhsemangemdi.wma


[sửa] Làm Trang Mạng Chơi Nhạc Trực Tuyến

<html>
<head>
<title>Trang Mạng Chơi Nhạc Trực Tuyến</title>
</head>
<body>
<a href=http://www.geocities.com/qtt12003/players/MediaPlay.htm?http://onlinetoplay.net/onlinetoplay/casi/dam_vinh_hung/Binhminhsemangemdi.wma target=NewWindow>Binhminhsemangemdi</a><br>
</body>
</html>