this isn't right
Code:
<a href="rip.m3u" onclick="document.all.music.filename='C:\Documents and Settings\Jurgen\Bureaublad\mp3\';return false">Play Song</a>
where is the m3u playlist relative in position to the page that has the player on it? the filename needs to equal an actual file not a directory, are u saying that doesn't work? try this instead
Code:
<a href="javascript:;" onclick="document.all.music.filename='rip.m3u';return false">Play Song</a>