Index: recorder.js
===================================================================
--- recorder.js	(revision 30)
+++ recorder.js	(working copy)
@@ -21,7 +21,7 @@
       options.initialized()
     });
 
-    this.bind('showFlash', this.options.onFlashSecurity || this._defaultOnShowFlash);
+    this.bind('showFlash', this.options.onFlashSecurity);
     this._loadFlash();
   },
 
@@ -30,6 +30,8 @@
   },
 
   record: function(options){
+    this._defaultOnShowFlash();
+    
     options = options || {};
     this.clearBindings("recordingStart");
     this.clearBindings("recordingProgress");
