We've sent a verification link by email
Didn't receive the email? Check your Spam folder, it may have been caught by a filter. If you still don't see it, you can resend the verification email.
Started November 28th, 2005 · 2 replies · Latest reply by schluppipuppie 18 years, 12 months ago
the problem is i can't seem to save my wav files from my home computer to my ftp server probably because my FTP server does not allow binary files such as wav's however i was thinking of just finding a website that would allow me to use its wav files instead so i can simply put such codes:
a href="www.nameofSite/sounds/sample.wav/"
perhaps it might work or if any one who has better options please help.
this is the code i have..my website works well on my pc however the only problem is when i try and save my wav files via FTP the wva files are not there.
<script>
<!--sound on opening of site
/*
Background music script
By JavaScript Kit (http://javascriptkit.com)
Over 400+ free scripts here!
*/
//specify FULL path to midi
var musicsrc="http://www.nameofSite/sounds/sample.wav/" <<--i was hoping a site would have this
if (navigator.appName=="Microsoft Internet Explorer")
document.write('<bgsound src='+'"'+musicsrc+'"'+' loop="false">')
else
document.write('<embed src="'+musicsrc+'" hidden="true" border="0" width="20" height="20" autostart="true" loop="true">')
//-->
</script>
help me please
the slash at the end of the andress is too much. Maybe that's why the link seems to be broken.