A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Calendar - Embed Fonts problem - URGENT!!

  1. #1

    Calendar - Embed Fonts problem - URGENT!!

    Hi All

    I am trying to embed fonts in calendar. But the problem is that i am unable to embed font in 'month name' on top. "November 2006". Any help?

    Here is small code to embed font in calendar MC

    xxx.setStyle("fontSize", "12");
    xxx.setStyle("fontFamily", "Arial");
    xxx.setStyle("embedFonts", true);


    I have uploaded fla file here...

    http://www.amazingcatalog.com/tmp/ca..._monthname.zip
    Lethal Web Professionals
    www.digitaluweb.com

  2. #2
    :
    Join Date
    Dec 2002
    Posts
    3,518
    I'm confused this is what you tried and it did not work?
    Code:
    _global.styles.HeaderDateText.setStyle("embedFonts", true);
    _global.styles.HeaderDateText.setStyle("fontSize", "12");
    _global.styles.HeaderDateText.setStyle("fontFamily", "Arial");

  3. #3

    Thank you

    Yes, it solved the problem

    Thanks man, i really appreciate it!
    Lethal Web Professionals
    www.digitaluweb.com

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