im not good with as3 and was wondering if someone could help me with this seeing as I cant find the answer on google.
I currently have this
fileReference.save(recorder.output, "recordedfile.wav");
How would I change that so recorder.output saves to my server in the same directory instead of how it is now, which produces a file save window to save on my local hard drive.