Menu

Play audio onHover with jQuery

[plain]The simplest way to play audio files in your page without the need of flash is the usage of HTML5 tag <audio> as follow:

<audio autoplay="autoplay" controls="controls" loop="loop" preload="preload">
<source src="beep.ogg&quot...[/plain] link

Posted by SourceForge Robot 2012-10-04

Log in to post a comment.