Re: [Flashcoders] Dynamic upload of bunch of images with automaticsmooth.

2008-02-04 Thread Irene Johansson
Thank you for replies BUT. :) If i use mr. Muzaks code, i dont know how can i add my new image into right movieclip I need to add child to walkerMc.figure.head.imgholder. The handleComplete is triggered when an image is loaded. I am parsing the XML file, looping through nodes, some have images,

Re: [Flashcoders] Dynamic upload of bunch of images with automaticsmooth.

2008-02-04 Thread EECOLOR
Another problem here may be the quality property on the object/embed tag. If it is auto high it might for some cases switch to non-smoothing to benefit the performance. This will change if you set the property to high. Greetz Erik On 2/3/08, Muzak [EMAIL PROTECTED] wrote: Check the example in

Re: [Flashcoders] Dynamic upload of bunch of images with automaticsmooth.

2008-02-03 Thread Muzak
Check the example in the docs. You need to create a copy of the original (loaded) image, add it to the display list and remove the (original) loaded image http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/display/Bitmap.html Here's an example of loading an image and displaying a