You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using recorder.js in my application to record sound...But on windows 8 IE10, most of the times allow/deny popup not appears, because of that code block which I written in start function not executed..
Recorder.record({
start: function () {
// This code block is not executed
});
and I am calling Recorder.record function automatically from my code and did not get allow/deny popup...Its working fine in IE9 and IE11 but this issue generates in IE10 only..
while debugging recorder.js I found that when recorder.record() method call this._FlashContainer getting undefined. Although I initialized recorder object.
It seems like that the prompt is not show in the front of page but it getting hide behind it, because I can see flashobject code in view source.
When we manually allows the site for microphone/audio setting default then this works fine.
Can you please suggest what should I do to run correctly on IE10 also..
Thanking You..
The text was updated successfully, but these errors were encountered:
Hi,
I am using recorder.js in my application to record sound...But on windows 8 IE10, most of the times allow/deny popup not appears, because of that code block which I written in start function not executed..
Recorder.record({
start: function () {
// This code block is not executed
});
and I am calling Recorder.record function automatically from my code and did not get allow/deny popup...Its working fine in IE9 and IE11 but this issue generates in IE10 only..
My Sample URL : http://flashsample.s3.amazonaws.com/index.html
while debugging recorder.js I found that when recorder.record() method call this._FlashContainer getting undefined. Although I initialized recorder object.
It seems like that the prompt is not show in the front of page but it getting hide behind it, because I can see flashobject code in view source.
When we manually allows the site for microphone/audio setting default then this works fine.
Can you please suggest what should I do to run correctly on IE10 also..
Thanking You..
The text was updated successfully, but these errors were encountered: