Open GoogleCodeExporter opened 9 years ago
Ive got the same problem on some computers
Original comment by julianho...@gmail.com
on 12 Oct 2012 at 9:55
[deleted comment]
I thought that I had a solution earlier as it worked I now know the cause.
Check to see if you have any css styling on the object element. This will cause
the error, just remove all css on object.
Original comment by bander...@gmail.com
on 8 Nov 2012 at 8:22
I have also got same problem on IE and Firefox. Please tell me solution of this
problem. I faced it today, earlier it was working fine.
Original comment by lovedeep...@gmail.com
on 18 Feb 2013 at 10:39
[deleted comment]
Any solution?I got the same problem on IE 11.
Original comment by forpizin...@gmail.com
on 24 Apr 2014 at 2:59
I'm also seeing this problem lately, but just in Chrome.
Original comment by andrewmc...@gmail.com
on 22 Sep 2014 at 8:20
Ive got the same #$#$% problem!
this is because wami cannot show flash security window (in zoom out)
solution: force object width and height using css, for example:
#wami object{ min-width:500px; min-height:300px;}
Original comment by taufp...@gmail.com
on 26 Mar 2015 at 12:45
I have same problem on some computers (Chrome). For most clients, everything works correctly. I added in css:
#wami, #wami div, #wami object {
min-width: 214px !important;
min-height: 137px !important;
}
but problem dont solved.
Solved by replaced wami to js https://blog.addpipe.com/using-recorder-js-to-capture-wav-audio-in-your-html5-web-site/
Original issue reported on code.google.com by
suli...@gmail.com
on 4 Aug 2012 at 10:50