Skip to main content
Inspiring
July 2, 2009
Question

Saving images to local machine.

  • July 2, 2009
  • 1 reply
  • 531 views

Hi,

          Is it possible to save  images in to local machine while loading images in a flash component from a server. I think it's possible to save images in to local machine using actionscript3. I want to know whether its possible by actionscript2. While searching i got some tutorials regarding this but its using actionscript3. Please help me.

Regards,

     Sreelash

This topic has been closed for replies.

1 reply

RossRitchey
Inspiring
July 2, 2009

It is not possible to save to the local drive with AS2, at least not directly.

You can send the images out to a server-side script (PHP, .NET) and have that script save them to the local machine.

I have never done this, but know it is possible.

SreelashAuthor
Inspiring
July 2, 2009

Ross, I posted a thread regarding local caching. Did u look in to that. I didnt find any solution for that. Thats why i think in this way to save images to the local machine. Is it possibl with as3.