Hi Gergely,

I don't think this is an "urweb" issue. You should test that

- the sound file is served (AFAIK for binary content the recommendation
  is to use another webserver such as apache, however writing an
  extension returning blobs for urweb should be easy)
  Thus verify that http://your-appp/foo.wav isn't 404 or such.

- make sure that your browser supports the HTML tags.
  (just put everything into a directory and load the file via file:///
  into the browser)

  If this fails you have to find a flash/silverlight/java applet based
  sound player

This way you can track down what is causing the problem.
Good luck.

Marc Weber

_______________________________________________
Ur mailing list
[email protected]
http://www.impredicative.com/cgi-bin/mailman/listinfo/ur

Reply via email to