Is there some way/Xtra to WRITE xml from Director?

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

  1. #1

    Default Is there some way/Xtra to WRITE xml from Director?

    Hello,

    I would like to write an xml document from director.
    I have a few images that need to be saved out into a folder.
    I want flash to use the images later....
    My first though was to allow director to write a xml file.
    I guess it could also write a text file.
    Any ideas on how to execute writing a document in Director so Flash can import the changing information?

    Thank you,
    Emma



    soupycafe webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. OpenAL Xtra: free Director Xtra for 3D Audio
      OpenAL Xtra is a free, open source scripting Xtra for Macromedia Director that extends Lingo with the basic functions of OpenAL, a cross-platform...
    2. Xtra Xtra Xtra User required to download Xtra
      Hi there, this is ghostie* from Berlin, Germany. I am using the Animated Gif Xtra in Shockwave. All tests on my Desktop CPU were successfully...
    3. Director Xtra (PDF Xtra 2.2.1)
      Hi All, I hope somebody can help me I need a specific xtra, unfortunate the company whose produce this xtra not have this version anymore I need...
    4. director xml xtra
      hi, im trying to foray into director's xml parser for the first time, and keep getting an error before i can get anywhere. below is the code, it...
    5. 'DVDit! for Director' Xtra
      For starters, yes I am aware that Director does not produce DVD-Videos, only DVD-ROMs. I have read all the dvd related posts, and although the...
  3. #2

    Default Re: Is there some way/Xtra to WRITE xml from Director?

    An XML file is simply a text file!

    All that distinguishes what is an XML file is the content inside it. Use a
    file xtra (such as fileIO) to create the text file for you.

    Adam

    "soupycafe" <webforumsuser@macromedia.com> wrote in message
    news:bo9g90$9u2$1@forums.macromedia.com...
    > Hello,
    >
    > I would like to write an xml document from director.
    > I have a few images that need to be saved out into a folder.
    > I want flash to use the images later....
    > My first though was to allow director to write a xml file.
    > I guess it could also write a text file.
    > Any ideas on how to execute writing a document in Director so Flash can
    import the changing information?
    >
    > Thank you,
    > Emma
    >
    >

    Adam Royle 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