I need an embeddable audio player that will play wav files in IE, FF, and Chrome. Converting to mp3 (or any other format) is not an option at this time.
This player should be very simple with only a play/pause button and perhaps a timeline bar that a user could click to go to a specific part of the audio.
There also should be an easy way to have multiple instances of this audio player on a single page.
I've found information on solutions that range from very feature-rich (complex) to simple, but none seemed to provide what I need.
If this player comes with any sort of tutorial, that would be a bonus. I know I will probably have to create an <obj> with an <embed> inside of it to make this work in all three browsers.
The ideal solution is just a .swf file that I can put into my webapp source and can reference from the html.
Does a solution like this exist? Does flash even support .wav (raw)?