明天早上我会被<<菊花台>>这首哥闹醒吗??
1:由于本人手机坏了.这几天没手机就没闹钟了.家里没有闹钟.. 
 昨天我下了一个闹钟.结果电脑屏保.闹钟没有响,哎.今天迟到了,所以很郁闷 
 2:所以想写个小的闹钟.每5秒中刷下笔记本. 
 3:要求   6:40   我电脑自动播放 < <菊花台> > 这首歌,希望能叫醒我.   
 我代码如下:   就不知道能不能实现我这个需求.谢谢大家帮忙看看... 
 明天可千万别迟到了.....-_-!!!-_-!!!-_-!!!-_-!!!-_-!!!-_-!!!-_-!!!-_-!!!-_-!!!-_-!!!-_-!!!-_-!!!   
 帮忙看看.不然我肯定会迟到啊....千万别来个屏保了..... 
 这首歌路径没问题.也能正常播放......     
 webfom1.aspx 
 ---------------------------- 
 html: 
  <!DOCTYPE   HTML   PUBLIC    "-//W3C//DTD   HTML   4.0   Transitional//EN "   >       
  <html>  
        <head>  
              <title> WebForm1 </title>  
              <meta   name= "GENERATOR "   Content= "Microsoft   Visual   Studio   .NET   7.1 ">  
              <meta   name= "CODE_LANGUAGE "   Content= "C# ">  
              <meta   name=vs_defaultClientScript   content= "JavaScript ">  
              <meta   name=vs_targetSchema   content= "http://schemas.microsoft.com/intellisense/ie5 ">  
              <meta   http-equiv= "refresh "   content= "120 ">  
        </head>  
        <body   MS_POSITIONING= "GridLayout ">   	 
              <form   id= "Form1 "   method= "post "   runat= "server ">  
  <table   width= "759 "   border= "0 "   align= "center ">  
        <tr>  
              <td   align= "center ">  <object   id=MP1   classid=clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95   width=400   height=400   VIEWASTEXT>  
        <param   name= "filename "   value= " <%=filename%>  " 
        <param   name= "UIMode "   value= "none ">  
        <param   name= "AutoStart "   value= "1 ">  
        <param   name= "Enabled "   value= "true ">  
        <param   name= "ShowControls "   value= "-1 ">  
        <param   name= "ShowGotoBar "   value= "0 ">  
        <param   name= "ShowStatusBar "   value= "-1 ">  
        <param   name= "EnableFullScreenControls "   value= "1 ">  
        <param   name= "EnablePositionControls "   value= "1 ">  
        <param   name= "Volume "   value= "100 ">  
        <param   name= "DisplaySize "   value= "0 ">  
        <param   name= "SendErrorEvents "   value= "0 ">  
        <param   name= "enableContextMenu "   value= "0 ">  
        <param   name= "EnableStretchToFit "   value= "1 ">  
        <param   name= "EnableTracker "   value= "1 ">  
  </object>  </td>  
        </tr>  
  </table>  
              </form>   	 
        </body>  
  </html>