A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: HTML Bullet pointed list in Flash

  1. #1
    Senior Member
    Join Date
    May 2001
    Location
    London, England
    Posts
    273

    HTML Bullet pointed list in Flash

    I have HTML in a scroll bar componant, what is the best way to have a bullet pointed list in flash??
    Cheers
    Oll

  2. #2
    Senior Member
    Join Date
    Aug 2000
    Location
    Montréal
    Posts
    14,141
    HTML tags and entities supported by Flash (optional tag attributes in brackets):
    <a href="url">

    <b>
    <font [color="#xxxxxx"] [face="Type Face"] [size="Type Size"]>

    <I>
    <p [align="left"|"right"|"center"]>

    <u>
    &lt; (<, less-than sign)
    &gt; (>, greater-than sign)

    &amp; (&, ampersand)
    &quot; (", double-quote)
    &apos; (', apostrophe)

    ___________

    As you can see, <ul> and <li> are not supported.

    So the best way would be to use a " • " sign to mimic a bullet in your textfield

    gparis

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