Hey is there anyway to make an iWeb page auto start playing an audio file as soon as the page is loaded? Maybe im just really missing something obvious, but whenever I publish the site, it never auto plays, i have to click play.
Hey is there anyway to make an iWeb page auto start playing an audio file as soon as the page is loaded? Maybe im just really missing something obvious, but whenever I publish the site, it never auto plays, i have to click play.
It's nothing special, but now that I figured it out I'm going to find the right audio to add to my pages.
I was able to get the mp3 to autoplay using the html snippet below. You'll need to upload an audio file onto your iDisk or host site and change the area in red to where ever you placed the audio file.
<script>
function EvalSound(soundobj) {var thissound= eval("document."+soundobj);thissound.Play();}
</script>
Just go to "show media", click Music and pick the song you want and drag it in. Then go to inspector and click the quicktime button, and click loop and autoplay.