How would I go about making a flash image uploader/editor in ActionScipt 2, not 3? I want the user to be able to upload a PNG or JPG image and then display it on the screen. They can then crop it, and if possible, add text and use other normal editing tools. I have an idea on how to do this, but I'm not quite sure on some parts. Any ideas?
|
well, if I was you I would separate this task into two, so one will be the uploading on images, and then the next is to create the cropping and editing.. Unless you want to make the whole project in actionscript, the fundamentals are still the same. If so then just find some file uploading thing in actionscript. Uploading so here is some examples of file uploading.. Without reloading the page "AJAX" with reloading the page The next Task is making the whole editing and cropping bit and intergrate it with your test upload project Editing Just make the ui up in flash and google the stuff you don't know how to do... Im not very good with actionscript so I can't help you there. But if you want a javascript way, then you will have to do the cropping server side as javascript can't (as far as I know) do cropping. and editing Im not quite sure what you are meaning by this, but If you want simple editting like, changing brightness then use google and search it up, im sure someone has done it.. Remember when in doubt Google it out :-P |
|||
|
|