Posts: 1
Location: Germantown, Maryland
|
 ............
I'm new in this HTML stuff, what I 'm trying to do is to play some music in my web site.
I have tried two ways.........
One is inserting individuals HTML for each song but I can't (or do not know) how play one after another.
The other way I have tried is to put more than one song in the HTML code so when the first one finish the next play....
so far no luck.............................
Can some body give me a hint?........
the code I'm using and works prety good for one song is.....
<embed src="http://mysite.tripod.com/sitebuildercontent/sitebuilderfiles/thenameofthesong.mp3" width=100 height=30 autostart=true loop=false>
|