Thanks, I've already written this code by myself. Unfortunately, it does not work because of security issues. You are not allowed to use BitmapData.draw to retrieve pixels containing media from a domain other than your own.
On Mon, Apr 13, 2009 at 8:34 PM, Ian Thomas <[email protected]> wrote: > Alternatively, just copy the bitmap and smooth it: > > http://code.awenmedia.com/node/27 > > HTH, > Ian > > On Sat, Apr 11, 2009 at 3:16 PM, Pavel Repkin <[email protected]> > wrote: > > Hey! > > > > I have a bitmap image loaded from external site (Facebook user avatar). > > Its size is 50x50 pixels and it looks very pixelated when the Flash Stage > > size changes. > > The image would look much better if it was smoothed. > > > > But, smoothing does not work for images loaded from external domains. > > MovieClip.forceSmoothing = true just does not work. > > However if the image resides on the same server as the script, smoothing > > works like a charm. > > > > Do you know how can I smooth the bitmap? > > Is it possible? > > > > AS 2.0, FP 9.0 > > > > Pasha. > > _______________________________________________ > > Flashcoders mailing list > > [email protected] > > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

