I've searched and searched and came up empty.
I'm creating a playlist for a music player, and I've got the song names displaying correctly in my songTitle holder MC, but there's limited space for the song names to be shown in, and I'm going to eventually have it inside a scrolling movieclip. Problem is, the text inside the textfields disappear when I try to add a mask to the movieclip they're being loaded into. I've tried adding all combos of embedFonts, antialias, and blendModes I ran into, to no avail. I even created a new AS3 file to make sure it's not something in my FLA.
I don't need an actionscript created mask, and don't understand where I'm going wrong.
So basically I'm asking how to mask dynamically created textfields with a non-dynamic (Flash IDE-made) mask.
Thanks all.Code:for (var i:int = 1; i <= _size; i++) { var pl_artist:TextField = new TextField; //all embedFont = true and antiAlias commands no workie }![]()





Reply With Quote