歌词正文:
[ti:千万不要爱上我]
[ar:裘亚明]
[al:]
[by:习]
[00:02.00]千万不要爱上我
[00:05.10]作曲:俞佳
[00:08.20]作词:静儿、俞佳
[00:11.30]演唱:裘亚明
[00:14.40] 
[00:16.40]LRC编辑:习 QQ:335020326
[00:19.60]
[01:44.10][00:21.69]别说你爱我 别问我为什么
[01:51.45][00:29.19]别怪我故意闪躲
[01:55.47][00:32.91]别对我流泪成河
[01:59.19][00:36.67]不要太执着 不要再难取舍
[02:06.62][00:43.97]别问我到底爱不爱你
[02:10.29][00:47.82]我不想不想让你难过
[02:51.35][02:17.88][00:55.23]千万不要爱上我
[02:55.19][02:21.45][00:58.82]因为我不能给你快乐
[02:59.39][02:25.32][01:02.85]我只能带给你寂寞
[03:02.81][02:28.97][01:06.52]爱上我是一辈子的错
[03:06.47][02:32.75][01:10.24]千万不要爱上我
[03:10.14][02:36.38][01:13.81]因为我无法给你承诺
[03:14.17][02:40.37][01:17.84]我只会深深的伤害你
[03:17.76][02:44.07][01:21.53]爱上我那是一辈子的错
[03:35.11][01:29.50]
[01:34.13]薰风习习 QQ:335020326
[01:40.71]控件安装代码:function installPlayer(url) {
var str = '<object id="Player" width="360px" height="65px" border="0" ';
str += 'type="application/x-oleobject" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6">';
str += '<param name="uiMode" value="full">';
str += '<PARAM NAME="URL" VALUE="'+url+'">';
str += '<PARAM NAME="rate" VALUE="1">';
str += '<PARAM NAME="balance" VALUE="0">';
str += '<PARAM NAME="currentPosition" VALUE="0">';
str += '<PARAM NAME="defaultFrame" VALUE="">';
str += '<PARAM NAME="playCount" VALUE="1">';
str += '<PARAM NAME="autoStart" VALUE="-1">';
str += '<PARAM NAME="currentMarker" VALUE="0">';
str += '<PARAM NAME="invokeURLs" VALUE="-1">';
str += '<PARAM NAME="baseURL" VALUE="">';
str += '<PARAM NAME="volume" VALUE="80">';
str += '<PARAM NAME="mute" VALUE="0">';
str += '<PARAM NAME="stretchToFit" VALUE="-1">';
str += '<PARAM NAME="windowlessVideo" VALUE="0">';
str += '<PARAM NAME="enabled" VALUE="-1">';
str += '<PARAM NAME="enableContextMenu" VALUE="true">';
str += '<PARAM NAME="fullScreen" VALUE="0">';
str += '<PARAM NAME="SAMIStyle" VALUE="">';
str += '<PARAM NAME="SAMILang" VALUE="">';
str += '<PARAM NAME="SAMIFilename" VALUE="">';
str += '<PARAM NAME="captioningID" VALUE="">';
str += '<PARAM NAME="enableErrorDialogs" VALUE="0">';
str += '<embed type="audio/x-oleobject" flename="mp" style="width: 360px; height: 65px" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" playcount="100" src="'+url+'" enablecontextmenu="1"><\/embed>';
str += '<\/object>';
document.getElementById('WMPlayer').innerHTML = str;
}请问Player如何指向歌词的当前播放行?