Issue playing stored mp3 file from mysql database

tatted_fatgirl

New Member
\[code\]Music: <embed src="http://stackoverflow.com/questions/15870420/<?=$server_music_dir_url.$uInfo['Music']?>"></embed><br />\[/code\]Above list the code used to play mp3 file from mysql database where src = http://stackoverflow.com/questions/15870420/path where data resides. I can go directly to the actual link and data plays succesfully. However when running the code above I can see the controls but nothing plays.
 
Top