Expand my Community achievements bar.

Nimfin
Nimfin
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Yes XML has repeating elements, but I think the problem isnot here.It will be very interesting to see developerscomments.

    Type

    Discussions

    Views

    798

    Likes

    0

    Replies

    0
  • Temporarly solved the problem this way:public function receive(evtObj:Event):void { var resXML:XML; if (loader.data.substring(loader.data.length-7) !='</resp>') { var pos:int = loader.data.indexOf('</resp>'); loader.data = loader.data.substring(0,pos+7); } resXML = XML(loader.data);...}

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • Hi!I have the same problem with URLLoader class.I use it that way:var request:URLRequest = new URLRequest("http://localhost/kinoflex.php");var loader:URLLoader = new URLLoader();public function send(datasend:String):void { request.contentType = "text/xml"; request.method = URLRequestMethod.POST; try...

    Type

    Discussions

    Views

    1.1K

    Likes

    0

    Replies

    0
Top badges earned by Nimfin
Customize the badges you want to showcase on your profile