Play sound file in ASP
Android
2
Posts
2
Posters
8
Views
1
Watching
-
How can i play the sound file in ASP.net i'm traing with this code but doesn't work for me. 'Dim player As New System.Media.SoundPlayer ' player.SoundLocation = ("\\servidor\sonidos\error.wav") ' player.Play() other Dim sp As SoundPlayer sp = New SoundPlayer(My.Resources._error) sp.Play() Thanks a lot for your help.
-
How can i play the sound file in ASP.net i'm traing with this code but doesn't work for me. 'Dim player As New System.Media.SoundPlayer ' player.SoundLocation = ("\\servidor\sonidos\error.wav") ' player.Play() other Dim sp As SoundPlayer sp = New SoundPlayer(My.Resources._error) sp.Play() Thanks a lot for your help.