Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

HTML5 video not playing

Topic Labels: Community
868 0
cancel
Showing results for 
Search instead for 
Did you mean: 
KarlShadyman
5 - Automation Enthusiast
5 - Automation Enthusiast

Why am I having trouble playing HTML5 videos when playing free online pokies at https://pokieslab.com/real-money-pokies/? When I play online pokies, there is sound but no video. Is it possible that my browser does not support playing HTML5 videos? I've tried using a different browser, I've even tried using my phone.
The internet is fine, everything works, even I tried to read cookies everything is fine, the website works fine too, now I looked at the code maybe something is wrong here? Still, it seems the problem lies in the code, and I hope you can help me.
Code here:

 

 

 

<!DOCTYPE html>
<html>

<body>
  <video width="320" height="240" controls="controls autoplay">
    <source src="resources/sample/sample1.mp4" type="video/mp4" />
  </video>
</body>

</html>

 

 

 

0 Replies 0