RE: [Flashcoders] dynamically attached not smoothing using BitmapData?

2009-06-04 Thread Cor
] dynamically attached not smoothing using BitmapData? Hey guys I'm having a problem with using smoothing on my loaded bitmap images with AS3 and I was wondering if you could help, please? Here is my code: [code] private function sendImageLoadEvent(e:Event):void { var

[Flashcoders] dynamically attached not smoothing using BitmapData?

2009-06-03 Thread allandt bik-elliott (thefieldcomic.com)
Hey guys I'm having a problem with using smoothing on my loaded bitmap images with AS3 and I was wondering if you could help, please? Here is my code: [code] private function sendImageLoadEvent(e:Event):void { var nCurImg:Number = _arImageArray.length;

Re: [Flashcoders] dynamically attached not smoothing using BitmapData?

2009-06-03 Thread Karl DeSaulniers
Well you could take a look at marjnivessers (prob didnt spell that right) ImageLoader. That class smooths a loaded image. But the one I have is as2. Try googling ImageLoader and see if he has an as3 version. If anything, you could get the logistics from it and apply. HTH Karl Sent from

Re: [Flashcoders] dynamically attached not smoothing using BitmapData?

2009-06-03 Thread allandt bik-elliott (thefieldcomic.com)
could be good - thanks a lot Karl On Wed, Jun 3, 2009 at 12:37 PM, Karl DeSaulniers k...@designdrumm.comwrote: Well you could take a look at marjnivessers (prob didnt spell that right) ImageLoader. That class smooths a loaded image. But the one I have is as2. Try googling ImageLoader and see