asp.net 中如何用jplayer 播放本地音乐

日期:2016-08-22 14:37:54 人气:1

asp.net 中如何用jplayer 播放本地音乐

为什么非要用别的什么播放器呢,系统不是自带了播放器嘛 用程序调用就行了啊 如:调用系统的Winmm.Dll播放 //系统API的调用声明 [System.Runtime.InteropServices.DllImport("Winmm.DLL",EntryPoint="PlaySound",SetLastError=true)] public static extern void playSound(string path,System.IntPt
    A+
热门评论