views:

21

answers:

0

I use HTML5 video tag, back-end is on Java. It works fine in Firefox but in Chrome it sends more than one requests to servlet and finally there is Exception in servlet and it doesn't work.

I've read that firstly to make element in DOM and then assign src to it, but still it sends more than one requests.

Do you have any solutions for me?