Can I embed and play MP3s in a blog under AEM?
IS there some nifty trick or something to get embedded MP3 (audio) to play within our blogs?
thanks,
davemc
IS there some nifty trick or something to get embedded MP3 (audio) to play within our blogs?
thanks,
davemc
@davemc1 There are two ways to it:
1. You can customize the DAM asset workflow for mp3 audio files.
2. Try using following snippet in your HTML component:
<figure>
<figcaption>Listen to the Music:</figcaption>
<audio
controls
src="/media/examples/music.mp3">
Your browser does not support the
<code>audio</code> element.
</audio>
</figure>
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.