A Flash Developer Resource Site

Results 1 to 7 of 7

Thread: Importing HTML...what the heck????

Hybrid View

  1. #1
    Senior Member
    Join Date
    Apr 2002
    Posts
    2,849
    Did you try condenseWhite?

    textField.condenseWhite=true;

    I also believe you can use stylesheets with embedded fonts. What styles are you trying to apply that aren't working?

  2. #2
    Member
    Join Date
    Nov 2000
    Posts
    90
    Ahhh condenseWhite...

    I was using (and I knew it was wrong) ignoreWhite

    Thanks, that fixes the issues of the white space, I'll take a look at my css file and look to see what it might be doing to cause problems.

    I think it might be calling for a different font family, and that's why it won't show up when I embed...

    I'll let ya know.

  3. #3
    Member
    Join Date
    Nov 2000
    Posts
    90
    OK here we go...with the style stuff...

    It seems that when you use html tags (like an <a>, <b>, <font> etc) they get completely ignored when you embed your fonts...

    Same also is true if you use CSS styles...they get completely ignored. Turn the embed fonts off, and everything is fine...just no nice anti-aliasing!!

    Any thoughts??

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