- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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>');
- Related Articles
- Error Failed to load resource in SAPUI5 application
- Practical Transformer on No-Load
- Transformer No-Load Current Wave Shape Considering Core Loss
- How can we load a source code into JShell in Java 9?
- Resolve java.sql.SQLException: No suitable driver found for localhost test?
- Up to which element, the Law of Octaves was found to be applicableOxygenCalciumCobaltPotassium
- “Say no to crackers” campaign was organised by school children. Why?
- No-Load Test and Blocked-Rotor Test on Single-phase Induction Motor
- Upto which element, the Law of Octaves was found applicable?OxygenCalciumCobaltPotassium
- Explain how to read the following message which was found on some blotting paper:"
- Mean of 9 numbers was found to be 89. Later on it was detected that one number 81 was misread as 18 . Find the correct mean.
- Why mini pcs failed to attract customers
- What is the reason behind the error “Could not found or load main class” in java?
- How do I get SUM function in MySQL to return '0' if no values are found?
- A doctor advised a person to take injection of insulin because:(a) his blood pressure was high(b) his heart beat was high(c) his blood sugar was high(d) his thyroxine level in blood was high

Advertisements