Hello all.
So I’m working on this project where the person viewing a flash file can drag and drop phrases in a timeline to get whatever phrase they want. Not particularly difficult. Just some dragging and dropping with some movieclip hit zones and whatnot. What I am looking to do is get the resulting phrase exported out of the SWF as an MP3, though I suppose other audio formats might be fine, so that it can then be uploaded to a server. Basically I am looking to do the equivalent of what JPGEncoder.as (from as3corelib) does when it takes a screenshot of the SWF’s stage (or region of the stage). Essentially I need to take a “soundshot” of the phrase that the user has created. Any ideas?
Thanks in advance.