Skip to content

Instantly share code, notes, and snippets.

@anthonycintron
Created February 29, 2012 20:03
Show Gist options
  • Save anthonycintron/1944029 to your computer and use it in GitHub Desktop.
Save anthonycintron/1944029 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
iio = $('#iio-view')
.interviewIO( {
swf_path : "/static/recorder/video/swf/ResoomayVideo.swf"
}).bind('interview.onSaved', function(evt) {
console.log(evt.filename);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment