Michał Stocki
Michał Stocki
I wish I could reorder my CSS alphabetically. Way of arranging should be customizable in Settings page (issue #2).
# This is a Feature Proposal ## Description I need the option to perform a mouse move to be able to test the drag'n'drop feature. I suggest to add a...
After updating to Chrome 42, FlashWavRecorder stops responding. It cannot record nor show microphone permission dialog. That's a serious problem. To fix this, user has to go to `chrome://plugins/` and...
### Background From version 42 of Google Chrome, flash plugin is disabled by default (issue #53). After problems which occurred with earlier Chrome versions, this is forcible suggestion to use...
It would be nice to rebuild event's interface. We would like to replace one callback with different parameters to JavaScript-specific ``` FWRecorder.addEventListener("eventName", function(){ // ... }); ``` interface. This will...
The recorder setup is quite complicated (especially two-sides event bindings), so it could be large improvement, when we could use pre configured FlashWavRecorder as jQuery plugin. **Features** - predefined class...
Michael Reinsch proposed in issue #31 validation of recording name parameter, passed to recorder action methods, to avoid stupid mistakes.
README should contain: - [ ] simple example (html code for embedding recorder) - [ ] features description - [ ] Link to full documentation - [x] Links to demo...
Refactor `FWRecorder.init()` and `FWRecorder.connect()` functions to allow an easy initialization.