0

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.

Amarghosh
  • 58,710
  • 11
  • 92
  • 121
mandril
  • 401
  • 3
  • 10
  • 2
    Yes, this is possible. See http://stackoverflow.com/questions/1417740/flash-actionscript-access-filesystem-without-air – echo Jun 28 '10 at 18:24

1 Answers1

3

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

Adam Harte
  • 10,369
  • 7
  • 52
  • 85