Visibility works in latest chrome/firefox.

1.9.x
Julio Montoya 12 years ago
parent 31103acb96
commit d72b99a233
  1. 4
      main/inc/lib/wami-recorder/recorder.js

@ -75,7 +75,9 @@ Wami.setup = function(options) {
// Detecting the OS is a big no-no in Javascript programming, but
// I can't think of a better way to know if wmode is supported or
// not... since NOT supporting it (like Flash on Ubuntu) is a bug.
return (navigator.platform.indexOf("Linux") == -1);
//return (navigator.platform.indexOf("Linux") == -1);
// Chamilo change
return true;
}
function setOptions(options) {

Loading…
Cancel
Save