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

  1. #41

    Default Re: XML Export

    By using a combination of the two workarounds suggested above, I have just about managed to get character styles mapped for the remainder of the articles. For each troublesome one, I was deleting ID prefs, then viewing the paragraph styles palette and the tags palette, and putting it to 'Show Text Threads'. Finally, clicking on the two main stories, then the pasteboard, then trying the mapping again. At some point, each article reluctantly gave in and did it without crashing. Some hours later ...

    I now have one stubborn article, though, that won't allow the actual XML export. A window pops up saying 'Content contains characters which cannot be encoded', unhelpfully not telling me where. I vaguely recall seeing this once before, but I can't remember what it signifies or how to solve it. Have you seen that error message before, Phil?
    Jacob_Stevens@adobeforums.com Guest

  2. Similar Questions and Discussions

    1. director export to avi - animation not playing during export
      I have a simple W3d that I've imported into director. I put a rotation behaviour on it. The animation plays in director fine. But when I export it...
    2. 3ds Max 7 HKE Export Gone
      Is it just me or has HKE export been eliminated from 3ds Max 7? I've been using Max 7 since it was released and today, when I went to export my...
    3. Export to wpg
      We have a fairly simple object filled with a linear gradient fill which we wish to use as a logo. The image exists as a Freehand 8 document but we...
    4. Export to SWF
      I had a similar problem and this worked--- the preview file that freehand creates when exporting to swf with the ctrl-return keys has always...
    5. [PHP]: CSV export
      Hello NG ! I'm trying to export database entries to a CSV file for Excel. Everything's working perfectly except that "blob" (long-text) fields...
  3. #42

    Default Re: XML Export

    I've seen this error but it didn't prevent the export of the XML file in my recollection. There are a number of undesirable things that happen with symbols, special characters, and control characters on XML output that the user has no control over :(.

    Phil
    pjredman@adobeforums.com Guest

  4. #43

    Default XML export

    Looking for way to export as XML file from flash. I know that I can copy
    the created file from flash into wordpad and then create
    the XML file. Can I do it directly from flash with an export to XML button

    Kind Regards

    :beer;:grin;:beer;:beer;:grin;:brokenheart;:camera ;:brokenheart;:grin;:beer;

    XMLman Guest

  5. #44

    Default Re: XML export

    I'm kinda new myself to this but I'm pretty sure the answer is no.
    ineedanswers Guest

  6. #45

    Default Re: XML export

    Native Flash cannot write to local drive. It can however communicate with the
    container that would communicate with local computer file system. In this case
    you need to write the container or use a third part product such as Zinc.

    Native Flash can use http and communicate with a web server and the server
    script can write XML to file on the server.

    MotionMaker Guest

  7. #46

    Default Re: XML export

    Many thanks for you answer Lon, I thought that was the case
    XMLman Guest

  8. #47

    Default XML EXPORT

    Is there a way to use xml export to export a set of dynamic nodes and then dynamic attributes to those nodes?
    mfoist Guest

  9. #48

    Default Re: XML EXPORT

    mfoist wrote:
    > Is there a way to use xml export to export a set of dynamic nodes and then dynamic attributes to those nodes?
    The Spry framework has a sample set of code that has similar functionality for several server languages:
    [url]http://labs.adobe.com/technologies/spry/samples/utils/query2xml.html[/url]
    Take a look at the "automatic" versions which automatically child tags for each attribute (column).

    It should be easy to modify to create attributes instead if that's what you really need, but for many folks having child tags works just as well.


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert 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