jwagener-soundcloud / recorder.js

*UNMAINTAINED* JavaScript library to record audio in browsers as used in the SoundCloud Javascript SDK.
http://johannes.wagener.cc
MIT License
321 stars 142 forks source link

Security window on Linux #12

Open Grotov opened 11 years ago

Grotov commented 11 years ago

Hello. On Ubuntu I have a problem with security window. It just won't show up. All I can see is two gray bars (lower and upper), but now buttons at all. So I'm not able to proceed to recording. I've tested in Firefox and Chromium.

Is there any way to customize security window?

jas-per commented 11 years ago

maybe related to this issue with chrome? http://code.google.com/p/chromium/issues/detail?id=138366 (having problems clicking 'allow' on chrome myself, works fine with firefox)

lylepratt commented 11 years ago

If your recording window is in an iframe you can't click it. I've been trying to figure out a way around it for ages. Is yours in a iframe?

jas-per commented 11 years ago

sorry not using an iframe, but I found that using wmode = "direct" for the flash embed (available since flash 10) seems to generally work better for me: (in recorder.js line 147)

swfobject.embedSWF(this.options.swfSrc, "recorderFlashObject", "231", "141", "10.1.0", undefined, undefined, {allowscriptaccess: "always",wmode:"direct"}, undefined, function(e){

maybe this helps with your iframe issue?

Grotov commented 11 years ago

Thank you guys. [=

jas-per, yeah, when I've changed the wmode to "direct" the Player Settings window stats showing up. But I can't ever click on it.

I've googled some workaround: on Linux you need to allow directly to the site you want on this page. http://www.macromedia.com/support/documentation/it/flashplayer/help/settings_manager06.html

dahdahm commented 11 years ago

I'm having the same issue that @Grotov explained. I couldn't get it to work? i set "Allow" to "Localhost" in flash settings manager, but it still doesn't show up.