What's new
DroidForums.net | Android Forum & News

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

embedded mp3s

superuser

New Member
Hi All,
I'm trying to play embedded mp3s in my browser, but I keep getting a blue box that has questing marks on it. I think I need an app that will play the files in the browser, but have not had any luck. Does anyone have or know of a solution?

TIA
 
I do have flash, but it will not play the embedded mp3 in the browser.

Here is a link that will show the issue that i am having.

http://68.59.221.34/MusicSite/song_...lcome To The Black Parade (Album Version).mp3


This is the code that is used to embed the mp3 in the browser.
<embed src= 'http://68.59.221.34/Music/05 - Welcome To The Black Parade (Album Version).mp3' width='200' height='200' ShowAudioControls='true' autostart='true' loop='true' visible='true'> </embed>
 
Back
Top