Sorrow Posted February 21, 2007 Share Posted February 21, 2007 Hi there I have this little problem that i cant seem to fix. I want to be playing a mp3 in a web page but its not working. if im using only <embed src="bla vla"> it works but i need to have it in these brackets: <div id="embed1" style="position:absolute; overflow:hidden; left:35px; top:63px; width:150px; height:26px; z-index:0"> <script type="text/javascript"> AC_RunMMContent('id','embed1','width','150','height','26','autostart','true','src','http://www.pirate-production.com/music/toune1.mp3'); </script> <noscript> <embed src"http://www.pirate-production.com/music/toune1.mp3" width=150 height=26 autostart="true" type="application/x-mplayer2"></embed> </noscript> does anyone has any ideas Link to comment https://forums.phpfreaks.com/topic/39561-pls-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.