Skip to main content
Known Participant
January 22, 2008
Answered

Import image into and SWF

  • January 22, 2008
  • 1 reply
  • 230 views
Hello,

I am working on an online Scrap Booking project. Basically it is a generic photo editing app built in Flash. The one problem we are having is finding a way to import a image, like in any photo editing software, through the swf. It would have to import from the local machine or through a photo hosting website. I know you cannot do this alone with flash but help with the code in AS or anything would be greatly appreciated!

Thanks!
This topic has been closed for replies.
Correct answer kglad
you can use the filereference class (and server-side code) to upload a local file to the server. then use loadMovie() to load the image.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
January 22, 2008
you can use the filereference class (and server-side code) to upload a local file to the server. then use loadMovie() to load the image.