Use Custom BB Codes
Code:
[html5]Add https link to mp3/mp4 here[/html5]
Code:
<div align="center">
<video width="470" height="320" controls preload="none" controls>
<source src="{param}" type="video/mp4">
<source src="{param}" type="video/ogg">
<source src="{param}" type="video/wmv">
<source src="{param}" type="audio/mp3">
Your browser does not support the video tag.
</video>
</div>
If you want it just for audio, then change the height to 75
Code:
[audio]Add https link to mp3/mp4 here[/audio]
Code:
<div align="center">
<video width="470" height="75" controls preload="none" controls>
<source src="{param}" type="video/mp4">
<source src="{param}" type="video/ogg">
<source src="{param}" type="video/wmv">
<source src="{param}" type="audio/mp3">
Your browser does not support the video tag.
</video>
</div><div align="center">
<video width="470" height="75" controls preload="none" controls>
<source src="{param}" type="video/mp4">
<source src="{param}" type="video/ogg">
<source src="{param}" type="video/wmv">
<source src="{param}" type="audio/mp3">
Your browser does not support the video tag.
</video>
</div>