Hello my fellow stackoverflower,
i'm looking for away to smooth an image of and embed png file. i'm using the embeded png as the borderskin for my textInput.
i have seen some other postings about this subject but i can figure it out. Does anybody have an idea, how i can a complish this? some real solid code example wwould be nice.
this is what i would like to do.
step 1) embed and image
[Embed(source='assets/images/searchBoxImg.png')]
private var searchBG:Class;
step 2) smooth the image somehow?
step 3) and us it as a borderskin for my textInput.
this.setStyle('borderSkin',searchBG);
is there anybody out there that can help me with this?
DJ