A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: XML Connector and schema

  1. #1

    XML Connector and schema

    I have set up the XML connector and schema.
    Now how do i get the xml content into a text box or 3?
    Im sure its probably something obvious but i wish they would include the something obvious in the help files!

  2. #2
    You can bind the xml connector to a textarea component. I learned this at a recent macromedia seminar.

    Add a Textarea component. Set HTML to true. In the Bindings tab, click the + symbol, and add a binding. In the box below it, click the "search" button in the "bound to" box, and choose your XML connector, then the schema location on the right. Make sure in the XML Connector's properties, you've set the URL for the xml file, and the direction=receive. You need to do that and the schema for it to work.

    A few other things I've found...in the XMLConnector's binding properties, it has to be set to direction=out, and in the textarea's it has to be set to direction=in. No clue why, I'm a beginner too!


    What I'd like to know from here is how to load another xml file using the components already laid out. I've seen very little info on the topic...

  3. #3
    Cool, thanks.
    I also found this tutorial if anyone else searches and finds this post:
    http://www.flash-mx.com/flash/index.cfm

  4. #4

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center