Magnus Manske wrote:
For uploaded non-image media (usually .ogg at the moment), how about an additional, automatically generated link like
<a href="#" onClick="self.location='foobar.ogg';return false">Play</a>
For our current link, I always get the open/save dialog, which *can* be great to store the file. But to listen to, e.g., a pronounciation ogg, quick'n'dirty in-browser playing would be nice too.
Is your browser misconfigured? The above should be equivalent to a normal <a href> link except for being useless when JavaScript is disabled, for right-click save, for opening in new window, or anything else that normal people might want to do.
If it is behaving differently, file a bug report with your browser's developer.
-- brion vibber (brion @ pobox.com)