-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IE Problem #1
Comments
Which IE version, it works fine in IE8 and IE9 when I tested |
I tested the example I: in IE9 mode IE9, mode IE8 and mode IE7 in both didn't work. I have to configure something? Atenciosamente, 2012/1/18 Sajith <
|
At the demo page at http://www.sajithmr.me/jrecorder/example1.html there is some JavaScript that IE9 (and likely earlier versions) is unable to process. When the demo instantiates a new instance of jRecorder, there is one extra comma after the last configuration parameter: $.jRecorder(
The comma after swf_path is causing IE9 to report a syntax error, which causes a follow up IE9 JavaScript error of "Unable to get value of the property 'jStartRecording': object is null or undefined"...perhaps related to the first error swf_path : 'jRecorder.swf',
|
It didn't work! SCRIPT438: O objeto no oferece suporte propriedade ou mtodo
in compatibility mode in IE8 and IE9 to work, but the buttons below the Atenciosamente, 2012/1/18 Shan <
|
Can't get this working on IE either. |
Let me know if this works in IE. Or what browser support it has. Thanks. |
The error occurs whenever you attempt to use a computer that does not have Microphone support. Ideally, the correct behavior would be to catch the error, then trigger some kind of "MicrophoneUnsupported" event in JavaScript. |
In IE error come "Object doesn't support property or method 'jStartRecording" in file File: jRecorder.js, Line: 99, Column: 3. Let me know if this work in IE |
The plugin is not working in internet explorer.
The text was updated successfully, but these errors were encountered: