Related to the post with bitmaps with round corners, here’s the source code.
Tag Archives: round corners
Flex 3 bitmap with round corners
It is a common question, can it be used a bitmap into Flex with round corners.
Actually the answer is yes, but the formal answer is “No”. Directly imported into the application the bitmap cannot be rounded. The solution is to cast it to bitmap. You can download the source code here.