Is it possible to convert facebook data (ex. user_pic) into a DisplayObject so I can be easier to manipulate?
What I m trying to do is when users do FacebookConnect in my site to let them have the possibility to scale their image (like transform tool usage) before submit it in a gallery.
Is it possible to convert facebook data (ex. user_pic) into a DisplayObject so I
Share
Update: It turns out that OP already has the image in a
UILoader. In that case, you can access it using thecontentproperty ofUILoaderYou can load the user picture to your SWF using a Loader object and manipulate it, provided the image is hosted in a sever that allows SWFs from your domain to access contents using appropriate
crossdomain.xml.If you know the location of policy file, call Security.loadPoliCyFile before loading image. Flash player will try to load it from the default location
/crossdomain.xml