Open GoogleCodeExporter opened 8 years ago
There are actually a few different issues that your post brings up. The first
is a bug, which I've just fixed and committed. I renamed getRecordingActivity
to getRecordingLevel, but it wasn't changed everywhere that it needed to be.
This should be fixed now.
I cloned the repository and went directly to
https://my-clone-name.googlecode.com/hg/example/client/index.html
I was able to record and play just fine... so I'm not able to repeat any of
your other errors.
With respect to error 2048, usually this is a cross-site scripting problem. In
particular, the domain of the flash app isn't supposed to be different from the
domain of the WAVs being played. I don't think it matters for recording, but I
could be wrong. Anyway, you have to put the crossdomain.xml file in the "root"
of the domain at which your WAVs will be hosted (e.g.
http://wami-recorder.appspot.com/crossdomain.xml)
In any case, thanks for filing a ticket. Feel free to file another if you run
into any more bugs.
Original comment by mcgrawian@gmail.com
on 3 Jan 2012 at 10:16
I just modified my WSGI script to serve a crossdomain.xml file and the 2048
error went away and the file saved. So, yes, you do need crossdomain.xml even
for recording. And now we know.
Original comment by andrew.l...@gmail.com
on 4 Jan 2012 at 6:55
Original issue reported on code.google.com by
andrew.l...@gmail.com
on 3 Jan 2012 at 7:44Attachments: