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... Quote Link to comment 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... Quote Link to comment 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 Quote Link to comment 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... Quote Link to comment Share on other sites More sharing options...
jugesh Posted April 20, 2013 Share Posted April 20, 2013 You can use Jwplayer Quote Link to comment Share on other sites More sharing options...
jugesh Posted April 20, 2013 Share Posted April 20, 2013 http://www.longtailvideo.com/jw-player/ Quote Link to comment 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 ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.