

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Cross origin HTML <video> does not load in Google Chrome
To solve the loading issues in the <video> element, you need to set cross-origin to “anonymous”:
<video crossorigin = "anonymous"></video>
You can also try another fix also.
This can be due to missing of Access-Control-Allow-Headers response header with the list of HTTP headers that match the list passed in Access-Control-Request-Headers request header.
- Related Questions & Answers
- HTML DOM Video load( ) Method
- How did Google Chrome Manage to Cross 2 Billion Active Installs?
- Cross-origin data in HTML5 Canvas
- Is their a cross-origin attribute in HTML5?
- HTML5 appcache with Safari causing cross-site css to not load correctly
- Ok google a google voice search on chrome beta
- Top Keyboard Shortcuts for Google Chrome
- How to enable JavaScript in Google Chrome?
- How to disable JavaScript in Google Chrome?
- How to Install Google Chrome in Ubuntu
- How to set Google Chrome in WebDriver?
- How to use Google Chrome Virus Scanner?
- What is the usage of the cross-origin attribute in HTML5?
- Play infinitely looping video on-load in HTML5
- HTML DOM Anchor origin Property
Advertisements