I made a servlet that produce a wav file (for audio captcha).
Then I need to play this file in a web page using windows media player
embedded.
Then I need to play this file in a web page using windows media player
embedded.
The problem is that when I call play method wmp call 4 time my servlet, I
think there is a problem with buffer or something like that so the wmp ping
the Url until the file is not complete.
Obviously I don’t want this, because overload the server.
I want media player made just ione request to my servlet, not to ping more
times.
Any Idea?
