XML Data Integration

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

  1. #1

    Default XML Data Integration

    Hi All

    I create a flash movie to read the data form the XML file. Using XML
    connector and Data set I am able display only character data only, I am not
    able to display number and date type data.

    Also I want to display one of the attribute of the XML record as combo box, is
    it possible.

    Help me to solve this problem.

    Thanks in advance
    raja

    rahma123 Guest

  2. Similar Questions and Discussions

    1. Data Integration with CS3
      I am running CS3. I want to access and update a MS SQL database through ASP but I could not find data components to download for CS3. I found Phil...
    2. php mysql xml data integration
      Hi! I've been trying to connect my swf to a mysql database and I did it thanks to tutorials from Adobe. The problem is that in this tutorial, my...
    3. Data Integration
      I have developed an application where the user enters a voucher number in order to be able to proceed with their transaction. I want to store the...
    4. Data Integration Tutorial?
      I am new to Flash but have been using Dreamweaver and Fireworks for years. I am looking to use Flash as a frontend to an MS Access database. ...
    5. Data integration from a cfc
      Hi I have created a coldfusion cfc that is accessed via a little flash app. Basically the results of the AD (using cfldap) are retrieved and when...
  3. #2

    Default Re: XML Data Integration

    Hello,

    I think your problem will be in the way you configure your components.

    If you say that you are using the XMLConnector component, I suppose you
    imported a schema. Sometimes this might import the attributes with different
    types (e.g. you want that a date attribute is represented in Flash as Date, not
    as String). To fix this, use the Component Inspector -> data type and formatter
    fields.

    If one of your attributes is to be viewed as a list in a ComboBox, I recommend
    you reading through the tutorial Bike Trips Sample Application: Using the
    XMLConnector Component in Flash MX Professional 2004 by Leo Schuman, J.D.,
    available at the Flash Developer Center - it shows in detail how to actually
    use the ComboBox component in connection with XML data.


    Hope this will help,

    Simon.

    SimonTheSwift 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