发布后的程序无法调用声音程序解决办法

发布后的程序无法调用声音程序
我所操作的代码如下:

'声明引用
Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long
Dim fil As String

'调用
fil = "C:\Users\Administrator\Desktop\BEEP.wav"
sndPlaySound(fil, &H1 Or &H2)


这段代码在调试未发布的时候可以将声音播放出来,但是一旦发布之后就无法播放,求各位大神指导!!!

------解决方案--------------------
路径正确么?权限足够么?
------解决方案--------------------
你这是网页,访问的是客户端机器的C盘,你要把声音文件放到网站上,用网址访问

  
*****************************************************************************
http://feiyun0112.cnblogs.com/