No pilot found - Testing embeded audio in JSPs
Hi,
I have a JSP which works fine.
I added a link <a href="sounds\cello.wav">play the song</a>
to play a sound file.
I tested the link in a normal html page in a browser and it works fine (open MS media player when clicked).
I checked the path and its correct.
Could it be that I am running the JSP via JBuilder4 in web run mode and should I need to publish the page to tomcat first or is there another IDE I could use to test the sound?
The message I get is No pilot found audio/x-wav

