jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

Webcam.js not loaded properly in IE while using multiple Webcam in same page #269

Open ritam20 opened 6 years ago

ritam20 commented 6 years ago

Im using Webcam.js. Im trying to attach multiple wbcam on different DOM element. Trying to attach 2 webcam. So i'm using one Webcam.js lib for one camera and for another camera i'm using same lib with different name WebcamSecondary.js This working as expected in Chrome/FF/Edge.

But in IE the error is coming in an alert box 'WebcamSecondary.js is not loaded yet' Im using seperate .swf files for two lib only for IE.

Please suggest me a solution.