Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
DOMException Failed to load because no supported source was found
It can be a Cross-Origin Resource Sharing (CORS) issue.
video.crossOrigin = 'anonymous';
To enable cross-origin resource sharing, use the following. It allows the images to pass the HTTP header with an image response.
Access-Control-Allow-Origin: *
You can also use the HTML() method −
$('#audio').html('<audio autoplay><source src="demo.mp3"></audio>'); Advertisements
