There are other things like soundcloud you can use, some free. However, the code in your post works fine in IE 8 in IE 7 mode, except if I put it in a td in a table. It still works, but I only see the play button:
Code:
<table>
<tr>
<td>code from your post here</td>
</tr>
</table>
Unless I add an explicit width to the table:
Code:
<table width="80%">
<tr>
<td>code from your post here</td>
</tr>
</table>
Then everything's fine again. Your results may vary as there may be other factors involved in your layout and/or elsewhere that influence this.
If you want more help:
Please post a link to a page on your site that contains the problematic code so we can check it out.
Bookmarks