How can I make the dynamic text appear under a masked layer?

Hi there,
I tried to made a mask layer over a dynamic text, but it didn’t appear, what must I do?
Thank you

Embed the fonts.

Canadian people are wise. :smiley:

No arguments here :run:

If you don’t want embed the fonts you should set the mask with ActionScrip

this[“txt”].mask = this[“mask_mc”];

holp this can help you

Thank you (TheCanadian) for your solution, but the only problem that when I embed the text its ruin it (because I didn’t work with English text).

Thank you (congyaan) for your solution, but I didn’t know exactly where must I put the action line, can you tell me the right place?
Thank you all guys.