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
I am tracing this issue in flash authoring software, here is trace result (last file is 9.xml, cca 30 files mising): TOTAL 90 = data/pages/2.1.xml data/pages/2.2.xml data/pages/2.3.xml data/pages/2.4.xml data/pages/3.1.1.xml data/pages/3.1.2.xml data/pages/3.1.3.xml

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