怎样在html中创建播放器?

来源:百度知道 编辑:UC知道 时间:2024/05/28 03:10:26

</SCRIPT>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<title>歌曲:<%=Response.Write(MusicName)%:<%=Response.Write(Singer)%> </title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta http-equiv="Pragma" contect="no-cache">
<script language="JScript" src="player.js"></script>
<SCRIPT>
//
function rf()
{return false; }
document.oncontextmenu = rf
function keydown()
{if(event.ctrlKey ==true || event.keyCode ==93 || event.shiftKey ==true){return false;} }
document.onkeydown =keydown
function drag()
{return false;}
document.ondragstart=drag
function stopmouse(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) <