What I did:
<%
Randomize
tSong = Int(RND*41) + 1
strSong = "mdi\" & cstr(tSong) & ".mid" %>
<bgsound src="<%=strSong%>" loop="-1">
I guess you see what it does
Instead, I'd like to have the song play through once only and then randomly start another one.
Irealize it probably wouldn't still be the bgsound, but maybe a javascript that starts on page load?
Thanks all.
Wengang




Reply With Quote