nutz Posted May 5, 2009 Share Posted May 5, 2009 I have a website developed using Dreamweaver/PHP. I was trying to embed a .mp3 file to one of the pages. Tried few codes which I got from googling i.e odeo player, google player etc. I can get the image of the players on the page and it seems to be running as well, but with no sound output.. Can anyone suggest a working code for my requirement please? many thanks in advance... Link to comment https://forums.phpfreaks.com/topic/156993-how-to-embed-mp3-audio-file-to-my-php-page/ Share on other sites More sharing options...
ShadeSlayer Posted May 6, 2009 Share Posted May 6, 2009 echo "<embed src=\"SONGURL.mp3\" autostart=\"true\" loop=\"true\" hidden=\"true\"></embed>\n" ."<noembed><bgsound src=\"SONGURL.mp3\" loop=\"infinite\"></noembed>"; Obviously, you can change the values, to unhide the little play bar and whatnot... Link to comment https://forums.phpfreaks.com/topic/156993-how-to-embed-mp3-audio-file-to-my-php-page/#findComment-827264 Share on other sites More sharing options...
Stef Posted February 27, 2013 Share Posted February 27, 2013 I want to do this with radio streams can i use something along this way? Still orientating Link to comment https://forums.phpfreaks.com/topic/156993-how-to-embed-mp3-audio-file-to-my-php-page/#findComment-1415369 Share on other sites More sharing options...
annaharris Posted April 6, 2013 Share Posted April 6, 2013 You can use below code for that... <embed type="application/x-shockwave-flash" flashvars="audioUrl=[url=http://d5duwnm1arn0s.cloudfront.net/awp-content_1/24396wp10302/files/T---Billa-Theme-Music.mp3]http://d5duwnm1arn0s.cloudfront.net/awp-content_1/24396wp10302/files/T---Billa-Theme-Music.mp3[/url]" src="[url=http://www.google.com/reader/ui/3523697345-audio-player.swf]http://www.google.com/reader/ui/3523697345-audio-player.swf[/url]" width="600" height="27" quality="best"></embed>It's working fine... Link to comment https://forums.phpfreaks.com/topic/156993-how-to-embed-mp3-audio-file-to-my-php-page/#findComment-1423277 Share on other sites More sharing options...
jugesh Posted April 20, 2013 Share Posted April 20, 2013 You can use Jwplayer Link to comment https://forums.phpfreaks.com/topic/156993-how-to-embed-mp3-audio-file-to-my-php-page/#findComment-1425930 Share on other sites More sharing options...
jugesh Posted April 20, 2013 Share Posted April 20, 2013 http://www.longtailvideo.com/jw-player/ Link to comment https://forums.phpfreaks.com/topic/156993-how-to-embed-mp3-audio-file-to-my-php-page/#findComment-1425931 Share on other sites More sharing options...
annaharris Posted April 23, 2013 Share Posted April 23, 2013 How to embed different codecs for mp3 within these codes ? Link to comment https://forums.phpfreaks.com/topic/156993-how-to-embed-mp3-audio-file-to-my-php-page/#findComment-1426089 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.