Skip to content
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

Open
mvrmoreira opened this issue Jan 16, 2012 · 8 comments
Open

IE Problem #1

mvrmoreira opened this issue Jan 16, 2012 · 8 comments

Comments

@mvrmoreira
Copy link

The plugin is not working in internet explorer.

@sythoos
Copy link
Owner

sythoos commented Jan 18, 2012

Which IE version, it works fine in IE8 and IE9 when I tested

@mvrmoreira
Copy link
Author

I tested the example I:
http://www.sajithmr.me/jrecorder/example1.html

in IE9 mode IE9, mode IE8 and mode IE7 in both didn't work.

I have to configure something?

Atenciosamente,
Matheus Moreira

2012/1/18 Sajith <
[email protected]

Which IE version, it works fine in IE8 and IE9 when I tested


Reply to this email directly or view it on GitHub:
#1 (comment)

@shanplourde
Copy link

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(

 { 
    host : 'http://yourdomain.com/acceptfile.php?filename=hello.wav' ,  //replace with your server path please

    callback_started_recording:     function(){callback_started(); },
    callback_stopped_recording:     function(){callback_stopped(); },
    callback_activityLevel:          function(level){callback_activityLevel(level); },
    callback_activityTime:     function(time){callback_activityTime(time); },

    callback_finished_sending:     function(time){ callback_finished_sending() },


    swf_path : 'jRecorder.swf',

 }

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',

 }

@mvrmoreira
Copy link
Author

It didn't work!

SCRIPT438: O objeto no oferece suporte propriedade ou mtodo

'jStartRecording'
jRecorder.js, linha 163 Caractere 9

getFlashMovie(jRecorderSettings['recorder_name']).jStartRecording(max_time);

in compatibility mode in IE8 and IE9 to work, but the buttons below the
"record" are gone.

Atenciosamente,
Matheus Moreira

2012/1/18 Shan <
[email protected]

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(

{
   host : 'http://yourdomain.com/acceptfile.php?filename=hello.wav' ,

//replace with your server path please

   callback_started_recording:     function(){callback_started(); },
   callback_stopped_recording:     function(){callback_stopped(); },
   callback_activityLevel:

function(level){callback_activityLevel(level); },
callback_activityTime:
function(time){callback_activityTime(time); },

   callback_finished_sending:     function(time){

callback_finished_sending() },

   swf_path : 'jRecorder.swf',

}

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',

}

Reply to this email directly or view it on GitHub:
#1 (comment)

@JordanReiter
Copy link

Can't get this working on IE either.

@johntowell
Copy link

Let me know if this works in IE. Or what browser support it has. Thanks.

@JordanReiter
Copy link

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.

@uc-ros
Copy link

uc-ros commented Nov 12, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants