Connectivity through Xml

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Connectivity through Xml

    hey can anybody tell me the difference in compiling from a flex builder and
    through command line compiler....

    i have a mxml app which is connected to the Xml file.. and it displays the
    result on the datagrid...When i compile this code and run the application it
    doesnt show me the results .....as in no output on the datagrid...but this same
    code when i run in flex builder by making a new project->mxml application and
    so on it shows me the results on the data grid....what exactly is happening
    when i compile through the command line compiler....plzz help

    RajeshBhadra Guest

  2. Similar Questions and Discussions

    1. V 3.0 no connectivity
      :brokenheart; Greetings, We've upgraded to Version 3.0 and on all computers in the office are unable to connect with out site using version...
    2. SQL Connectivity by Web App
      Hi, To start with, i'm not too sure if this is the right group to be posting in so please let me know if these is a more suitable one. I am...
    3. DB Connectivity
      Is there is any method to connect flash to a data base?
    4. 4GL Connectivity
      Simmons, Keith wrote: 4GL runs independently of any other IBM Informix product. You don't need aditional software. What you may need it to...
    5. DB2 V8 Connectivity
      Just recently upgraded to version 8 of DB2 on AIX. In addiiton to upgrading a test server, we have upgraded 2 DB2 clients as well - one AIX, the...
  3. #2

    Default Re: Connectivity through Xml

    Be sure the friends.xml file is available to the compiled swf/wrapper page, and that there is not a security issue.
    Tracy
    ntsiii Guest

  4. #3

    Default Re: Connectivity through Xml

    freinds.xml file is in the same folder as the mxml file...and what security issues you are talking about ?
    RajeshBhadra Guest

  5. #4

    Default Re: Connectivity through Xml

    When u complile using mxmlc be sure to include all configuration files .
    Also ur using HTTPServices .
    Not sure but may be flash sandBox restrictions .

    TIPLVinay Guest

  6. #5

    Default Re: Connectivity through Xml

    The Flash Player is prohibited from accessing data from a domain that is different from the domain from which the swf was served. And localhost is not the same as localhost:8700.

    Tracy
    ntsiii 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