saving image file on Flash without PHP
开发者_StackOverflow社区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.
You can use the FileReference's save method to do this.
精彩评论