在asp.net中如何播放MP3的歌曲?

導讀:   各種播放器代碼   1.avi格式            2.mpg格式               3.smi格式   

         

 4.rm格式                   5.wmv格式                 Mov格式:    

                            寫m3u文件吧,C#中非常簡單     StreamWriter   writ   =   new   StreamWriter("F://music//temp//play2.m3u",false,System.Text.   Encoding.GetEncoding("gb2312"),writeStr.Length);               writ.Write(writeStr);     writ.Close();     Response.Redirect("temp/play2.m3u");     
發佈了23 篇原創文章 · 獲贊 3 · 訪問量 5萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章