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
324 stars 142 forks source link

this.swfObject.children[3].record is not a function #9

Closed Evilcash closed 12 years ago

Evilcash commented 12 years ago

Hello, jwagener. Thank you for such a nice recorder you've made.

I spent a couple of hours to set it to work, but with no luck. Every time I can't get access Flash functions.

Console thows "TypeError: this.swfObject.children[3].record is not a function". But swf object is in the DOM and fully accesseble.

How can I fix this?

Evilcash commented 12 years ago

Also I've got a "Error calling method on NPObject".

jwagener commented 12 years ago

does the test suite on http://recorderjs.ponyho.st/test/test.html run through for you? If not could you send over some browser/flash/os version details?

Evilcash commented 12 years ago

Thank you for the answer, Johannes. I think, I've screwed up a bit. The problem was in the url for the swf object. So this problem is resolved.