|
Posted by John on September 24, 2004, 12:45 am
Please log in for more thread options
Is there any way of combining 'mouseover' with 'embed' such that a
playback controller appears as the mouse moves over the audio file to
be played?
What I have in mind is some kind of combination of the following two
elements
:
<a href="song.wav" onMouseOver="window.status='song'; return true;"
onMouseOut="window.status=''; return true;"><font size="1"
face="Arial">Song</font></a>
and
<embed src="song.wav" autoplay="false" width="60" height="8">
Any comments or pointers in this direction greatly appreciated!
|