03-21-2023, 06:50 AM
"file://server/SoundFiles/RadioRing.wav" is the issue here
There is a demo showing how to use IWAudio here:
https://github.com/Atozed/IntraWeb/tree/...hi/IWAudio
Basically you just need to se the AudioFile.Filename property to "RadioRing.wav" (no path) and put this file in your wwwroot folder.
BTW, I strongly recommend that you convert this file into a .mp3 or .ogg file format (there are many free converters - including some online - out there). These 2 formats are compact and optimized for the web.
There is a demo showing how to use IWAudio here:
https://github.com/Atozed/IntraWeb/tree/...hi/IWAudio
Basically you just need to se the AudioFile.Filename property to "RadioRing.wav" (no path) and put this file in your wwwroot folder.
BTW, I strongly recommend that you convert this file into a .mp3 or .ogg file format (there are many free converters - including some online - out there). These 2 formats are compact and optimized for the web.

