- From: jonathan chetwynd <j.chetwynd@btinternet.com>
- Date: Thu, 17 Jan 2002 20:36:44 +0000
- To: w3c-wai-ig@w3.org
I'd like some guesses on when sound playing will be possible via
<object>. ie7 or perhaps you know better?
http://www.peepo.com has finally become standardised on xhtml.
It needs to be able to play a sound onmouseover, and have a link.
mozilla and other browsers will have sound support, once I can get a
system that works....
Anyone care to comment on the following hack:
<script type="text/javascript">
function locus() {
if (window.event.srcElement.id){
var jok="http://www.peepo.com/sounds/words/" +
window.event.srcElement.id + ".wav"
window.location=jok
}
}
</script>
<a href="http://www.peepo.com/" onmouseover="locus()" id="owl">
cat
</a>
thanks
--
j.chetwynd@btinternet.com
http://www.peepo.com "enjoy surfing the net"
http://www.learningdifficulty.org
Received on Thursday, 17 January 2002 15:44:21 UTC