Forum Moderators: phranque
How do I do this? I'm thinking Director or Flash MX.
And did I mention we would want this all secure still?
All requests for data transfers occur via a script handler (written in PHP or PERL or?). The actual image is uploaded and then imported into Flash (I think this is possible). A copy is on the hard drive so you can do with it as you need.
The upload and import of the image will be the tricky part. There won't be a reliable way to reduce the image down to a consistent size. You could get images that are 12KB or 120KB. And then once you import one - you have to rely on the user to resize the image to fit within the circle. I don't believe ActionScript has the ability to get object dimensions.
Most of the stuff I'm pretty sure I know the actionscripting. But the getting user file in there I don't know how to do. Before all my flash/Dir stuff has prety much been self contained(ext hyperlinks)
And of course the security stuff is all new to me. Never before have I had to worry aboult security. would all the files just have to be on an SQL server?