javascript - How to play web page mp3 url in HTML5 player? -


i working on page have multiple mp3 links (url) example,

<a href="http://www.domain.com/song.mp3" rel="nofollow" target="_blank"> play </a> 

i play them in player using playlist , download button. there easy way can done!

thank all.


Comments

Popular posts from this blog

Regex find and replace between <div class="customclass"> and </div> tag -

jpa - Passing entitymanager from reflection method -