A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: HTML Bold tag does not work

Hybrid View

  1. #1
    Junior Member
    Join Date
    Jul 2002
    Posts
    16

    HTML Bold tag does not work

    I'm using Flash MX and displaying dynamic text with HTML formatting. For some reason the bold tag does not work. These tags work: underline and italic, but no bold. The bold text in the text field just disappears. Any hints to as what is wrong?

  2. #2
    Senior Member catbert303's Avatar
    Join Date
    Aug 2001
    Location
    uk
    Posts
    11,222
    If you are including font outlines for the textfield and the only time you use bold text is when you use the html b tag, flash won't realise it needs to include the outlines for the font in bold too.

    to solve this you can create a dynamic textfield off the edge of the stage and in this textfield using your chosen font type in a letter in bold, regular and italic (use the B and I buttons from the properties inspector to set the style of these letters) now when you include the font outlines for this textbox the font outlines for your bold font will be avialable to the html textfield.

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