ActiveDen

Dynamic blur text effect

  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
tandysean says
Purchased

OK I figured out that it should be myLineObj.embedFonts = true; instead of embedFont as listed in the text file. but why won’t it call the embeded font? I have it’s class named at font1 and this is the code:

myLineObj.fontFace= “font1”;

I’ve tried all other variations and it’s just coming up as default screen font.

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Referred between 10 and 49 users
strah says
Author

Hi tandysean,

you should use the font name as it appears in the system, not your class name.

Hope this will solve your issue.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
diddles says
Purchased

not working for me. I am using Helevetica Neue font. Have embedded the font in the library: name=helv, class=headFont

obj.fontFace=”helv” produces very poor looking text

obj.fontFace=”headFont” doesn’t work

3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Referred between 10 and 49 users
strah says
Author

Hi diddles,

you should write:

obj.fontFace = headFont.fontName;

It will work like a charm :-)

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
msudallas says
Purchased

is this for AS2 or AS3 ?

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Referred between 10 and 49 users
strah says
Author

It is AS3

2 years ago
by
by
by
by
by