Does anyone know to to integrate an mp3 player into html? Basically i'm selling some items on ebay and want my customers to be able to listen to prerecording with option play and pause. Any suggestions ? like nood friendly suggestions)))
try embedding a flash or java applet that meets your requirements. I'm sure that you will find a few freeware solutions out there.
You can try embeding Windows Media Player there however there are flash players available as well. here is an example code for embeding Media Player File Name is videofilename.wmv here, You need to replace that with your own filename or location. Hope that helps.
Thanks dude that is exactly what i was looking for... +rep u for sure. I have another question. In the field where u enter path for audio file (videofilename.wmv) can i use web address from mp3 hosting website? i tried to put in direct link but it didn't work. Any suggestions?
I used this when i streamed shoutcast. So make sure the output is mp3 Let me know if it works else we'll figure out a fix or alternative.
I'm trying to integrated it into my ebay ad. that's what i did: some how it didn't work... let me know if i did something wrong there.
Try this with google mp3 player. The code will be: <embed type="application/x-shockwave-flash" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=MP3_FILE_URL" width="400" height="27" allowscriptaccess="never" quality="best" bgcolor="#ffffff" wmode="window" flashvars="playerMode=embedded" /> so replace MP3_FILE_URL with your mp3 url. Should work, enjoy!
i replaced it with http://www.supload.com/listen?s=ngQVMP but it didn't work... May be it's a shitty mp3 host? +rep man for hell... player looks pretty good!
Obviously that won't work. That's not the source url, It's the webpage. http://www.supload.com/mp3w/ngQVMP.mp3 Code (markup): That's your source url.
You can't be using web url like that, you should put your mp3 url through to their hosting, like : http://www.mp3.com/song.wmv
yeah that works, but have did u get this address "http://www.supload.com/mp3w/ngQVMP.mp3" ??? sorry for being a noob.
By viewing source or using IDM (Internet Download Manager). If you have a web-host upload the files there, or use free hosts like 110mb, byethost, t35 hosting and so on.
I tried to look in page source by it wasn't there. But i got it with IDM... Thank a lot man... +rep u again!