Can’t Embed mp3

i want embed url mp3 and after i want edit

I am not sure I am getting it right, but I’ll try to offer you two possible solutions. With SiteCake, you can use the File Upload plugin to upload an MP3 to your website that people then can download/play. Alternatively, if you have an external MP3 you would like to link, you could simply add a hyperlink in your text. It is also possible to embed sound from streaming services like Soundcloud by using the HTML plugin and pasting the embed code in it.

hi, thanks for answer

i want drag a url: http:/musica.mp3 and drop but it is not working

i have tried put it of this shap

But then i can not edit it with a sitecake

audio controls
source src="http://www.danielkuper.com/musica/amanecer_dkuper.mp3
source
audio

Try pasting this as HTML using the HTML plugin from the toolbar:

<audio controls="">
<source src="http://www.danielkuper.com/musica/amanecer_dkuper.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>

thanks.

it is working well.