Play audio?
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello! I've tried to search the posts and answers to find a possible answer to my question, but... the search page doesn't seem to work. It just says loading... Though, that is not the problem. I have a Windows based project inc C# in which i play a sound.
[DllImport("Winmm.DLL", EntryPoint = "PlaySound", SetLastError = true)] private extern static int WCE_PlaySound(string szSound, IntPtr hMod, int flags);
i do this and i have a perfectly working sound function. I would like to "transfer" my windows project to the web and i would really need a way to play a sound, if possible. First of all, i'm not sure what i am looking for and that's why i am asking you. With thousands of thankies, drc.