I'm very new to the Wami Recorder, and I've never worked with Flash at all, so this may actually be a dumb question.
Basically, how does one go about implementing the Wami Recorder? I've seen it on the website, and it works great on there, but when I download it and try to use it within localhost as part of Xampp, it doesn't work.
If someone could kinda write up a Wami Recorder for Dummies answer, that'd be totally awesome.
I'm using this in CakePHP 2.0 if anyone knows especially how to use it within that framework.
Basically all I'm trying to do is record audio, save the file to a directory, and have POST information to be able to save certain details about the file to a database.
Yeah, the documentation is not very clear. I spent all afternoon yesterday figuring it out. Here's a simple implementation that works on my local machine. The following files are stored under my Apache document root in "/temp/wami/test", so the URL is "http://localhost/temp/wami/test/":
index.html
recorder.js
save_file.php
Wami.swf
index.html
save_file.php
That should do it. Unfortunately, there doesn't appear to be a way to pause and then resume recording. Each time you start recording it overwrites the previous audio. There also doesn't appear to be a way to retrieve information about the audio file (e.g. length, size). See the Wami recorder file (recorder.js) for a full list of recorder functions.