Hello all,

So I recently found this article with some interesting code that does what I once thought was impossible. Basically, it creates a jpeg version of the swf with actionscript (And then sends it to PHP, pixel by pixel).

(The Article)

Of course, the image will only stay on the page as long as the POST data exists.

However, there's one thing I'm not sure of how to do, that'd definitely be useful. I want the PHP file with the jpeg to save the jpeg as an automatically controlled (with variables) name ( with a .jpg at the end, of course). And rather than saving to the user's computer, is it possible to save it directly to the site directory?

So basically, save it to the site's files' folder with a name I can control automatically.

Thanks a lot to whoever can help!