There was a problem with ajax loading. Html5 player does not work. Maybe someone came across?

Does not load the file. I get a link to the video, then I loop out the player with the link in the loop. The play button is not active.

for (var i = 0; i < jsonData.length; i++) { container.innerHTML +="плеер и ссылку"; } 

When I just open the video page, everything opens up perfectly, but when I upload it I don’t want to.

  • in which plan does not work? Does not load the file and disappears when playing, just missing, something else? - NumminorihSF
  • add code that rules player tag into question - NumminorihSF
  • <source src = "1.webm?" <--- here? "type =" video / webm "> - Mikhail Lobanov
  • as far as I can understand, you concatenate the old source address with the new one, which naturally creates problems. Paste the entire response code for the ajax-request response into the question (not in the comment), because for now - just a fortune telling on water - NumminorihSF

0