I am loading a .jpg via a SWFLoader in flex. I'm trying to figure out how to smooth this image, because i need to rotate it.
I think making it a bitmap would work, but there are certain features of a SWFLoader that I'd like to keep (like maxWidth, maxHeight, etc.). However, if I make it a bitmap, i can't "addChild" for some reason ( i want to add these images on the fly, in actionscript). Can i attach the bitmap to the swfloader? let me know - thanks.
Start Free Trial