-
Flash image maker
Hi everybody and thanks for reading.
You know how in flash how you can print a certain frame or part of your flash movie through script? well i want to make it so that you can design a character then make it save a jpg of it to your computer.
I guess i will need to use php to do this?
-
hi,
Flash Player 10 can do it on its own.
Here's an example.
In Flash Player 9, yes, you would send the data to a PHP script. See here.
-
Hi
I use actionscript 2.0, do you know where one is for 2.0?
-
I'd steer clear of doing it in AS2. It was an extremely slow method that was a pain to use and implement. Also a major bandwidth hog since you couldn't encode as JPEG or anything first. It was all around a mess.
You should start learning AS3.
-
well thats annoying. learning actionscript for a year then having to learn a completely different one thats harder to understand?
-
Welcome to programming. :) It only gets harder.