views:

39

answers:

1

Is it posible to save a flash scene into an image and save it on client-side hard drive ? Without PHP. I dont care if user has to change flash security options.

+2  A: 

You can use the FileReference's save method to do this.

TandemAdam