PDA

View Full Version : Recording 'internal sound' to file



Fr0ztz
February 23rd, 2007, 08:17 AM
Hi,

I'm building a flash music game. Like many many others it uses looping clips to compose a track. Is it possible to record to external mp3 file when lets say the player press a record button.

Thanks

Frosty.

Breen
February 25th, 2007, 01:34 PM
The only thing you can do is "serialize" the information, convert into array's of data and send that array to a backend technology (like PHP). The backend will load the same loop files as the client has, and that can compose & create the file, which then can be downloaded by the client.

It's impossible to do file IO on the client in flash, from the browser.