text file for swf question

Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default text file for swf question



    I have my movie where I can change text in a box with a txt file. Can I
    change it so it would read text from and html?? Thanks for any help


    George Harold Hartshorn III
    PO 2422 Lake Ozark , MO. 65049
    573-365-0909
    [url]http://webpages.charter.net/designbygeorge/[/url] < New <<<<


    George Harold Hartshorn III Guest

  2. Similar Questions and Discussions

    1. text field including text from a text file *.txt
      Hi, I would like to insert a text field which includes text from a text file. I know it must be possible but unfortunately I cannot find any help...
    2. Load Text from Text file with html links?
      Try http://opensource.brajeshwar.com/downloads/dynamictextscroll/ and just change it to your liking, it have html links as far as I can remember. ...
    3. Field Text vx Regular Text File Size
      Why is regular text so much larger in file size than regular text? Is there some "magic" way to reduce the file size of regular text blocks?
    4. [PHP] Text file manipulation question.
      > -----Original Message----- Try preg_split('/ +/', $line); to get an array of the values on a single line. You could easily do this to...
    5. Text file manipulation question.
      Greetings All! I'm still in the learning stages of PHP and require some help with a small problem. I need to take a text file which looks like...
  3. #2

    Default Re: text file for swf question

    On Mon, 31 Jan 2005 14:50:11 -0600, "George Harold Hartshorn III"
    <designbygeorge@charter.net> wrote:

    Yes its very simple just add to the text box

    content.multiline= true;
    content.wordWrap = true;
    content.html = true;

    It only does basic html but its normaly enough
    >
    >
    >I have my movie where I can change text in a box with a txt file. Can I
    >change it so it would read text from and html?? Thanks for any help
    >
    >
    >George Harold Hartshorn III
    >PO 2422 Lake Ozark , MO. 65049
    >573-365-0909
    >[url]http://webpages.charter.net/designbygeorge/[/url] < New <<<<
    >
    Samuria Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139