smallhagrid Posted May 11, 2013 Share Posted May 11, 2013 I'm helping a friend with his site and he has an MP3 he posts on a page of it.It was using a cute little flash-based, embedded player from some site that offered it for free and that site died...so he needs another one to replace it.We've tried a few and they're either very complicated or just don't work at all.Would anyone here have some suggestions as to a simple/easy/good way to get this done ??Thanks. Link to comment Share on other sites More sharing options...
Zapdude Posted May 11, 2013 Share Posted May 11, 2013 You can you html5 audio tag like this:<!DOCTYPE html><html><body><audio controls> <source src="my.mp3" type="audio/mpeg"> </audio></body></html>:) Link to comment Share on other sites More sharing options...
Sharelol Posted May 11, 2013 Share Posted May 11, 2013 check this http://www.alsacreations.fr/dewplayer-en Link to comment Share on other sites More sharing options...
0veR Posted May 11, 2013 Share Posted May 11, 2013 http://www.w3schools.com/html/html_sounds.asp;) Link to comment Share on other sites More sharing options...
Administrator DKT27 Posted May 11, 2013 Administrator Share Posted May 11, 2013 I'll personally go with HTML5. :) Link to comment Share on other sites More sharing options...
jango Posted May 12, 2013 Share Posted May 12, 2013 same here html5 check my out my site http://tudskie.info Link to comment Share on other sites More sharing options...
smallhagrid Posted May 12, 2013 Author Share Posted May 12, 2013 Great replies folks, thanks.Not everyone yet uses HTML5, so Dewplayer it is - a perfect solution excluding nobody and using only files hosted on the site.Thanks especially to Sharelol !!! Link to comment Share on other sites More sharing options...
user_hidden Posted May 12, 2013 Share Posted May 12, 2013 I used this a while back when I added an mp3 to my website<embed src="youraudiofile.mp3" autostart="true" loop="true" width="2" height="0"> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.