A Flash Developer Resource Site

Results 1 to 9 of 9

Thread: Text lay-out

  1. #1
    Junior Member
    Join Date
    Sep 2003
    Posts
    9

    Text lay-out

    Can i put different text styles in 1 textbox?
    I mean a bold heading?
    I can't underline text?

  2. #2
    X-Moderator AlienInLondon's Avatar
    Join Date
    Feb 2002
    Location
    London, UK
    Posts
    1,475
    I assume you mean loading text dynamically from a txt file?

    If so, you can use basic HTML tags to format your text, e.g.
    <b>bold text</b>
    For 100's of free Swishmax and V2 downloads, tutorials
    and stunning site templates [CLICK HERE]

  3. #3
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    Unfortunately not with 2.0

    With swishmax there is an option to render as html
    in the formating section of the font panel.
    <>
    It only applies to text formating so
    one wouldn't be able to put tables div's etc

  4. #4
    Junior Member
    Join Date
    Sep 2003
    Posts
    9
    I mean with import text in a scene

  5. #5
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    swf format does not support the underscore

    The html tag function only works in swishmax.

    An alternative I found when I used to work in
    swish 2.01 was to simply create the text in an
    image editor then import the image of the text
    into swish.

    Sometimes I even broke out a text processor
    (Word) did a screen cap of the document
    then exported to gif

  6. #6
    Junior Member
    Join Date
    Sep 2003
    Posts
    9
    I tried that to, I made a image with my text,
    but when I view the movie, the text seems unsharp.
    I imported it as content and as image, but that don't give any difference.
    I use png, is gif better maybe?

  7. #7
    Flashkit historian Frets's Avatar
    Join Date
    Oct 2000
    Location
    flashkit
    Posts
    8,797
    That's usually a result of

    Image not resting on an integer.
    Image not imported to the same dimensions
    as it was originally created.
    Image compressed in the shape properties panel.

  8. #8
    Junior Member
    Join Date
    Sep 2003
    Posts
    9
    the movie is 750 x 500
    I made an image with text with these sizes
    Image is not compressed
    Whe I view the movi ein his orginal sizes, everything looks fine,
    but when I go to full window the text is "double"

  9. #9
    Chief of Molecules wcoleman's Avatar
    Join Date
    Nov 2000
    Location
    Massachusetts
    Posts
    3,975
    Originally posted by Vivke

    Whe I view the movi ein his orginal sizes, everything looks fine,
    but when I go to full window the text is "double"
    That will always happen when you increase the size of a bitmap (as opposed to vector) image. To ensure a sharp image don't use full screen.

    Cheers,

    Flick

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