It is not possible to mask a dynamic text field trough the layers panel.
However, you are able to do this in the code. This requires the mask to be a MovieClip and is initiated like this:
AS3:
targetClip.mask = maskClip
AS2:
targetClip.setMask = maskClip
targetClip being the MovieClip that needs to be masked.
maskClip being the MovieClip that IS the mask.
Top Rated
- ComScore: High Demand for Local Content on Mobile Websites (2.1) 45 votes
- Speed Up Your Photoshop Work (2.0) 40 votes
- Safari 4, what is new? (2.0) 63 votes
- Adobe CS4 Ttrailer Video (1.9) 35 votes
- Adobe Presents Service for Cross-Browser Testing (1.9) 38 votes


