infusion / jQuery-webcam

A webcam wrapper plugin for jQuery
http://www.xarg.org/project/jquery-webcam-plugin/
517 stars 273 forks source link

Doesn't seem to work with IE9 #22

Open jTaeJuKim opened 11 years ago

jTaeJuKim commented 11 years ago

I realize that this will come as somewhat of a shock given the reliable and steadfast browser Internet Explorer has come to be known as, but the plug in doesn't seem to work with IE (I'm running IE9).

sp4ce commented 11 years ago

I came to github from this site: http://www.xarg.org/project/jquery-webcam-plugin/. I would like to use jquery webcam for my project.

What is the status of this ? It sounds like a major issue for users.

bradsk88 commented 11 years ago

Works in chrome, safari, and firefox all up to date at time of posting. Doesn't work in IE10

bradsk88 commented 11 years ago

My mistake, the webcam was being used in another browser. IE10 is OK

yves-s commented 11 years ago

Nice Plug-In thanks. It seems not to work in IE 9 and 10 therefore unfortunately it's unusable.

It would be great if you could fix this issue. Thanks anyway.

Regards

yves-s commented 11 years ago

I figured it out. To use the Plug-In in IE 9 and 10 as well, just put <embed src="'+webcam.swffile+'" type="application/x-shockwave-flash" /> after the last <param /> tag in the source variable.

tuotuogenjudi commented 5 years ago

I put

after the last tag in the source variable. but in IE9

error: no camera mode present, falling back... error: camera stopped error: flash movie not yet registered

@yves-s