Post Closed
59
Views
1
Comments
[HTML5 Goodies] HTML5 Goodies Audio player
Question
html5-goodies
Web icon
Forge asset by Ruben Goncalves

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


2019-07-08 11-04-35
Leonardo Fernandes
 
MVP

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