Subject: Re: [Flashcoders] load many XML files problem

2008-08-25 Thread Wenzler, Thomas
Sometimes Flash doesn't carry on loading the .xml due to bad formatting of it(missing closing tags or the like)-So here's another error source to check beforehand... ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] load many XML files problem

2008-08-24 Thread Cor
Can you trace if you getting a server timeout or are you able to adjust this timeout setting? HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pavel Krušek Sent: zaterdag 23 augustus 2008 23:53 To: Flash Coders List Subject: [Flashcoders] load many

Re: [Flashcoders] load many XML files problem

2008-08-24 Thread Pavel Krůšek
:[EMAIL PROTECTED] On Behalf Of Pavel Krušek Sent: zaterdag 23 augustus 2008 23:53 To: Flash Coders List Subject: [Flashcoders] load many XML files problem Hi List, i am trying to load many XML files, all at once (altogether 90 files). Class PreloadXML works fine, because only cca 40 files

Re: [Flashcoders] load many XML files problem

2008-08-24 Thread Eduardo Omine
Who's calling PreloadXML and how (show some code)? I don't know why you need to load 90 files, but it sure sounds like a better way could be worked out. You could concatenate all files with a server-side script and load a single XML file, for example. -- Eduardo Omine http://blog.omine.net/

RE: [Flashcoders] load many XML files problem

2008-08-24 Thread Cor
The problem is solved by setting the useCapture to true. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eduardo Omine Sent: zondag 24 augustus 2008 15:52 To: Flash Coders List Subject: Re: [Flashcoders] load many XML files problem Who's calling

[Flashcoders] load many XML files problem

2008-08-23 Thread Pavel Krůšek
Hi List, i am trying to load many XML files, all at once (altogether 90 files). Class PreloadXML works fine, because only cca 40 files are loaded. I don't understand it No error message, loading simply ends... thanks, Pavel package app.site { import flash.display.Sprite;