Well to be straight forward I don't know php or html at all. What I want to do is have just a simple page with nothing on it that plays a select song. The problem with my plan is that the song usually doesn't play on the clients media player and usually makes them download something like apple, shockwave, ect. Now what I was hoping for is if someone could tell me how to make my song play on my clients default media player, or if that is not possible, how to make it run of windows media players as a majority of people have that over other stuff.
Here is what I have at the moment, currently it is just one simple line.
[url]http://floodservers.com/Music/BS.html[/url]
[code]
<EMBED src="http://floodservers.com/Music/BS.mp3" autostart=true hidden=true>
[/code]
Any help would be appreciated.
Isn't there an <audio> tag in HTML 5? I know there is a <video> tag which embeds what looks like a Flash player.
The <audio> tag wouldn't use the default player; it would play in the browser.
[editline]11:00PM[/editline]
[url]http://www.w3schools.com/tags/html5_audio.asp[/url]
[QUOTE=PvtCupcakes;17381354]Isn't there an <audio> tag in HTML 5? I know there is a <video> tag which embeds what looks like a Flash player.
The <audio> tag wouldn't use the default player; it would play in the browser.
[editline]11:00PM[/editline]
[url]http://www.w3schools.com/tags/html5_audio.asp[/url][/QUOTE]
Thanks, I'll try it out.
[editline]04:32AM[/editline]
Nothing happened, I changed it to the following:
[code]
<audio src="http://floodservers.com/Music/BS.mp3" autoplay=true></audio>
[/code]
And nothing happened. I just want the song to play when the page is opened and if possible play on the clients default media player, if not possible then just run on windows media player.
Open it in Firefox 3.5. Not all browsers support HTML5 yet.
Sorry, you need to Log In to post a reply to this thread.