Hi,
I'm trying to implement the [HTML5 Goodies] audio player and have uploaded my audio files (mp3). Set the Source to my "runtime path", but the player doesn't play the the files.
I'm using chrome and the when I inspect the page, I get the following:
<audio controls=""><source src="WBC_WeBuyCars_Website/Audio/radio_rosestad1.mp3">Your browser does not support the audio tag.</audio>
Please assist.
Regards
Johan
Hi Johanvr.
Aren't you forgetting an initial slash on the URL to your mp3 file? Please try changing the source to "/WBC_WeBuyCars_Website/Audio/radio_rosestad1.mp3" (note the initial slash on the path).
Best regards,
Leonardo Fernandes