Animating text from a external text file

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

  1. #1

    Default Animating text from a external text file

    Hi, can someone please guide me on how to animate text in flash which is loaded
    from a external text file. The way we load text in dynamic text box and scroll
    it, is it possible to animate the text thus loaded into the dynamic text box.
    Also how to load an external image file in flash?

    decenttp Guest

  2. Similar Questions and Discussions

    1. External file and html text
      First of all this is my code: //------------------------------------------------------- System.useCodepage = true; // Load Text (External...
    2. Changing an external text file....
      Hello - I was wondering if the following was possible, and if so then how it would be accomplished.... Let's say I have a text file called...
    3. displaying text from an external text file
      Hi Guys I have created a basic Flash 'thing' that fades in and out about 10 words from various angles. What I would like to be able to do is...
    4. newbie q: External text file
      hi, I need to import a text file, so that it will read the external file rather then view it in director, so that when i make the projector i can...
    5. Printing a external text file or printing a text field cast member...
      use BuddyApi Xtra to use external app. for print a file like MSWord,
  3. #2

    Default Animating text from a external text file

    Hi, can someone please guide me on how to animate text in flash which is loaded
    from a external text file. The way we load text in dynamic text box and scroll
    it, is it possible to animate the text thus loaded into the dynamic text box.
    Also how to load an external image file in flash?

    decenttp Guest

  4. #3

    Default Re: Animating text from a external text file

    to load an image - movieclip.loadMovie("a.jpg"); // a.jpg must be
    non-progressive format
    to animate a dynamic textfield you must embed the font outlines,
    if loading text from text file, perform a frame loop, or onClipEvent(data) or
    use the LoadVars.onLoad handler to ensure that all data is loaded
    before you attempt to animate it,

    search for details of the above at -
    [url]http://www.macromedia.com/support/flash/[/url]
    and
    [url]http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash[/url]

    hth

    Jack. 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