PDA

View Full Version : Integrate FileReference and Loader?


HW2002
08-15-2007, 08:12 PM
Hello there,


I was actually wondering today If I could integrate filereference and loader together, what I mean if I could do this.

filereference.browse();

and then use the selected file (image) to load it into my flash?

Regards,
HW2002

Slowburn
08-15-2007, 08:17 PM
Yes, you can combine these methods to load an image.

however, you will still need the help of a server, as you will need to upload the image to the server first, then pull that file into flash.

I'm not sure this will work for AIR or offline/Standalone applications.

HW2002
08-15-2007, 08:36 PM
Yes, you can combine these methods to load an image.

however, you will still need the help of a server, as you will need to upload the image to the server first, then pull that file into flash.

I'm not sure this will work for AIR or offline/Standalone applications.

I had this in mind if you couldn't do it without a server(PHP).