Posted by Photog on 05/28/07 21:31
Sorry if this is a silly question or posted in the wrong forum. I'm
adding music to a website and I'd like to have a few tracks (MP3s)
play back to back. I'm using the code below but I can't find the
syntax to play multiple tracks - only a single track. Can this be done
with the <embed src> tag? I know there are others ways to do this but
I am looking for the simpliest way.
<tr>
<td width="100%" colspan="2">
<p align="center">
<noembed>Your broswer does not support embedded music. This site is
best viewed in Internet Explorer 6 or higher.</noembed>
<embed src="song.mp3" width=150 height=25 autostart=true repeat=true
loop=true bgcolor=white></embed>
</td>
</tr>
Navigation:
[Reply to this message]
|