A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Masking dynamic text

  1. #1
    Member
    Join Date
    Jun 2005
    Posts
    38

    Masking dynamic text

    Why masking dynamic text (with render text as HTML enabled) don't work????

  2. #2
    Bearded (M|G)od MyFriendIsATaco's Avatar
    Join Date
    Dec 2002
    Location
    Awesomeville.
    Posts
    3,045
    you must embed the font outlines.

  3. #3
    Member Pepember
    Join Date
    Jul 2001
    Location
    Berlin
    Posts
    886
    or instead of embedding you can do it via AS:
    draw a box, turn it into an mc called "mask";
    draw a dynamic html-enabled text box ("textBox") and turn it into an mc with the instance name "maskee".
    now add that to a main timeline frame:
    Code:
    maskee.textBox.htmlText="Hi There";
    maskee.setMask(mask);
    now you can play around with your mask via actionscript, moving it or whatnot...
    Please sign here

  4. #4
    Member
    Join Date
    Jun 2005
    Posts
    38
    Thank you. I will try

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center