OOops, nevermind about the Namespace in Flex 2.0.  Memory lapse.

--- In flexcoders@yahoogroups.com, "Todd" <[EMAIL PROTECTED]> wrote:
>
> Is Namespace only in Flex 3 SDK?  (I'm using 2.01).
> 
> 
> --- In flexcoders@yahoogroups.com, "fourctv" <fourctv@> wrote:
> >
> > try this:
> > 
> >             var xml:XML = new XML(inputXML.text);   // get the xml
> >                 var ns:Namespace = xml.namespace();      // extract
> the default namespace
> >             trace('folder13:',xml..ns::folder.(id ==13));  // use it in the
> E4X expression
> > 
> > hth
> > julio
> >
>


Reply via email to