Re: [Flashcoders] Problems with XML

2005-12-16 Thread Jose Maria Barros
Thanks for the help Apostolos. But the problem is somewhere in the asp page... On 12/16/05, Apostolos Manolitzas <[EMAIL PROTECTED]> wrote: > > > [..] > > > > Here is the code that i use in flash: > > > > > > > > //XML > > > > > > > > > > > > ementa_xml = new XML(); > > > > _root.myEmenta = new

Re: [Flashcoders] Problems with XML

2005-12-16 Thread Apostolos Manolitzas
> > [..] > > > Here is the code that i use in flash: > > > > > > //XML > > > > > > > > > ementa_xml = new XML(); > > > _root.myEmenta = new Array(); > > > ementa_xml.load("ementa2.xml"); > > > ementa_xml.onLoad = startEmenta; > > > ementa_xml.ignoreWhite = true; > > > _root.main11.ementa_txt = "";

Re: [Flashcoders] Problems with XML

2005-12-16 Thread Jose Maria Barros
Well...ive changed that to test..but i put like you said again...and the problem still persists. On 12/16/05, Roman Blöth <[EMAIL PROTECTED]> wrote: > Jose Maria Barros schrieb: > > Im having some problems loading an XML file into flash. The client > > inserts in the databse some elements and then

Re: [Flashcoders] Problems with XML

2005-12-16 Thread Roman Blöth
Jose Maria Barros schrieb: Im having some problems loading an XML file into flash. The client inserts in the databse some elements and then an ASP page creates the xml file and flash reads it. [..] Here is the code that i use in flash: //XML ementa_xml = new XML(); _root.myEmenta = new Array

[Flashcoders] Problems with XML

2005-12-16 Thread Jose Maria Barros
Im having some problems loading an XML file into flash. The client inserts in the databse some elements and then an ASP page creates the xml file and flash reads it. The problem is that sometimes the flash tells me "undefined" i go to the database and the data is there..but in xml file it isnt.