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... link