--- In [email protected], "Paul Hastings" <[EMAIL PROTECTED]> 
wrote:
>
> On 9/13/06, bhaq1972 <[EMAIL PROTECTED]> wrote:
> 
> > try this
> >
> >  var xml1:XML = new XML(<node label="layers">
> 
> yes that works, at least it reports the 2 "root" nodes but as i said
> before, this stuff works inline fine. it's coming over from cf that's
> killing me.
>

why don't you do a dump of the object in cf before it gets sent to 
flex.

if your sure the xml is being sent, then it would be worth looking 
closer at 'layers' object....beacuse your xml might be property of 
that. 
do the following - 
for(var obj1:Object in returnedObject.layers)
{
  trace(obj1, returnedObject.layers[obj1]);
}

i hope this works because i'm out of ideas.

regrds
bod 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to