foxtrot3
04-22-2005, 06:27 AM
I'd like to put a "click to play" link in a web page without having the controller bar show up on a new page. I just want it to play the sound.
When I embed the sound, it works fine, and plays when the page opens, with no controller bar visible.
<embed src="sound.wav" hidden="true" autostart="true">
<noembed><BGSOUND SRC="sound.wav"></noembed>
But I don't want to force the sound, I want to give the viewer the option, ie., click or don't click. But if they do click, I want the sound to play without that freaking controller bar showing up.
I've tried it a bunch of different ways with no luck, basically as follows -
<A HREF="sound.wav" TARGET="_self" HEIGHT="2" WIDTH="2" hidden="true" autoplay="true" controller="false"> Play the Example</A>
I'm very frustrated. Can anybody help with this?
When I embed the sound, it works fine, and plays when the page opens, with no controller bar visible.
<embed src="sound.wav" hidden="true" autostart="true">
<noembed><BGSOUND SRC="sound.wav"></noembed>
But I don't want to force the sound, I want to give the viewer the option, ie., click or don't click. But if they do click, I want the sound to play without that freaking controller bar showing up.
I've tried it a bunch of different ways with no luck, basically as follows -
<A HREF="sound.wav" TARGET="_self" HEIGHT="2" WIDTH="2" hidden="true" autoplay="true" controller="false"> Play the Example</A>
I'm very frustrated. Can anybody help with this?