Dynamic Text in a Projector

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Dynamic Text in a Projector

    Hi, I'm developing a way to put general education courses on an interactive cd. Some of the courses have content that would need to be changed yearly or bi-yearly. I'm trying to figure out the best way to "link" an external text file to a projector. I thought about taking the XML route but I've heard some negative things about it on some forums. The reason I want to do this is because I want the teachers to be able to update their content without having to go back into director and changing content. Hope this makes some sense. Any help is appreciated.

    ..nathan



    ravi23 webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. load external text to dynamic text field in levels
      Dear Sir I found the Tech Noe Index #16238 is useful in creating dynamically loaded text from external text file. However, the method mentioned...
    2. Dynamic text box within dynamic movie clip
      I'm having a similar problem. On mine I noticed that although the text doesn't show and the border doesn't show, the cursor changes appropriately...
    3. How to center text in dynamic HTML text field ???
      In Flash MX 2004 I suddenly find myself comletely helpless trying to align all text to the center in my dynamic text field. I dont recall running...
    4. Dynamic text fields. Continuing text over columns
      Hi I'm doing a mock up news paper article over 4 columns in flash mx and the text loads in dynamically. I have 4 dynamic text boxes sitting side...
    5. Dynamic text in smooth scrolling text field - help
      here's links to the files. http://www.anicespot.com/test/ http://www.anicespot.com/test/easing_textScroller-01.html...
  3. #2

    Default Re:Dynamic Text in a Projector



    largely depends on where your text will reside - if it's to be picked up over the web then you could use getnettext() or an ASP. If it's within a local file on the user's PC then you can easily import text on runtime providing the text is always in a specific directory. If you're going this route then simply use something like FileIO to import te file, parse it and display it as required. Hope this is of some help.



    rick_utd webforumsuser@macromedia.com Guest

  4. #3

    Default Re:Dynamic Text in a Projector

    is it possible to do this with XML? There is a lot of content therefor I would need to break it up into sections and only display certain sections for each "slide." The professor may just edit one slide at a time but the file would reside on the CD and we would just burn new cds for that semester.

    Also, I'm pretty novice when it comes to Lingo so any tutorials or books to help with with the XML connectivity would be great.

    ..nathan


    ravi23 webforumsuser@macromedia.com 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