| Sign In/My Account | View Cart |
| Article: |
Build an Enhanced MP3 Player for Your Site | |
| Subject: | Presenting audio on web pages | |
| Date: | 2005-10-07 20:23:24 | |
| From: | mikeh97 | |
| I list out the tracks as links; clicking the link opens the mp3 into an iframe on the same page, so there's no window involved. | ||
Showing messages 1 through 4 of 4.
Presenting audio on web pages
Presenting audio on web pages
Presenting audio on web pages
function play(url) {
document.getElementById('player').src=url;
}