Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 7 years ago.
I have this URL: http://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello+world
When I put it to the address bar in a browser and hit enter, I get mp3 file with synthesized speech saying "Hello world". Everything is correct.
But now I have a link in HTML that redirects to this URL, like this:
<a href="http://translate.google.com/translate_tts?ie=utf-8&tl=en&q=Hello+world">Link</a>
When I click this link, I don't get a file but an error (simple QuickTime logo). Could anyone explain me why is it so and how can I solve my problem?