[Flashcoders] XML Parsing

2006-05-25 Thread Matt Jurgemeyer
I'm building my menus dynamically from xml docs, but I'm having a problem with a lag while the xml parses. I have a graphic indicating that the xml is loading, but it isn't showing up for me on broadband. I'm assuming that this is because the xml file is so small, it loads instantly. I still have t

RE: [Flashcoders] XML Parsing

2006-05-25 Thread Matt Jurgemeyer
Oops ... misspelled my link: http://www.jurgemeyer.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matt Jurgemeyer Sent: Thursday, May 25, 2006 9:53 AM To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] XML Parsing I'm building my

RE: [Flashcoders] XML Parsing

2006-05-25 Thread Matt Jurgemeyer
Below are examples of my xml and the code I use to parse it. THIS IS ONE OF MY XML FILES: website_CNE(1).jpg website_CNE(2).jpg

RE: [Flashcoders] XML Parsing

2006-05-25 Thread Matt Jurgemeyer
On 5/25/06, Matt Jurgemeyer <[EMAIL PROTECTED]> wrote: > > Below are examples of my xml and the code I use to parse it. > > > THIS IS ONE OF MY XML FILES: > > > > > > buttonIMAGE="webSite_CNE.jpg"> >

RE: [Flashcoders] XML Parsing

2006-05-25 Thread Matt Jurgemeyer
Do you know of a good resource that might explain this to me? It's a bit over my head at this point. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Steven Sacks Sent: Thursday, May 25, 2006 2:02 PM To: 'Flashcoders mailing list' Subject: RE: [Flashcoders]

RE: [Flashcoders] XML Parsing

2006-05-25 Thread Matt Jurgemeyer
I believe you're right about the preloader. I did some test, and it seems to be parsing really quickly. I think having all those preloaders initiate at the same time is causing the slow down on non-broadband connections. Thanks! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PR