Yeah, flexbuilder has a bug, because I retyped the exact line and then 
it worked fine.  Also, the refresh issue is a quirk too - but at least I 
know about it.

I have some issues with how flex integrates UIMovieClip.

OK SWFLoader is a UIComponent, so you can apply effects to it like any 
other UIComponent.  But you can't use that to call methods etc...(I 
never messed with local Connection class yet ;)

However, UIMovieClip does support calling methods and events... but it 
can't have effects applied to it because it's not a UIComponent in the 
flex sort of
of way.  So, Now I realize after a day of messing around that I can't do 
what I want to do with Flex in this fashion, maybe
I could use the localConnection class to call methods,  I guess i expect 
a component called UIMagic that does everything.

Any suggestions on how to do both, ok now to read up localconnection class.


Thanks,
Patrick




leds usop wrote:
>
> no. it can be placed in the mxml declaration of the
> component itself.
>
> --- Ronald Kinion <[EMAIL PROTECTED] 
> <mailto:ronald.kinion%40zones.com>> wrote:
>
> > isn't the namespace suposed to be in the root tag?
> > like:
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:Application
> > xmlns:mx="http://www.adobe.com/2006/mxml 
> <http://www.adobe.com/2006/mxml>
> > <http://www.adobe.com/2006/mxml <http://www.adobe.com/2006/mxml>> " 
> xmlns:ng="*"
> > layout="vertical">
> > <ng:NewGlobe/>
> > </mx:Application>
> >
> > --
> > Ronald Kinion
> > Phone: 253-205-3494
> > [EMAIL PROTECTED] <mailto:Ronald.Kinion%40zones.com>
> > <mailto:[EMAIL PROTECTED] <mailto:Ronald.Kinion%40zones.com>>
> > www.zones.com <http://www.zones.com/ <http://www.zones.com/>>
> >
> >
> >
> > ________________________________
> >
> > From: [email protected] <mailto:flexcoders%40yahoogroups.com>
> > [mailto:[email protected] 
> <mailto:flexcoders%40yahoogroups.com>] On
> > Behalf Of {reduxdj}
> > Sent: Saturday, June 09, 2007 5:07 PM
> > To: [email protected] <mailto:flexcoders%40yahoogroups.com>
> > Subject: [flexcoders] Flex Component kit
> >
> >
> >
> > Code hinting does not work:
> >
> > my example code:
> >
> > <?xml version="1.0" encoding="utf-8"?>
> > <mx:Application
> > xmlns:mx="http://www.adobe.com/2006/mxml 
> <http://www.adobe.com/2006/mxml>
> > <http://www.adobe.com/2006/mxml <http://www.adobe.com/2006/mxml>> "
> > layout="vertical">
> > <ng:NewGlobe xmlns:ng="*" />
> > </mx:Application>
> >
> > Thanks,
> > Patrick
> >
> >
> >
> >
> >
>
> __________________________________________________________
> Be a better Globetrotter. Get better travel answers from someone who 
> knows. Yahoo! Answers - Check it out.
> http://answers.yahoo.com/dir/?link=list&sid=396545469 
> <http://answers.yahoo.com/dir/?link=list&sid=396545469>
>
>  


Reply via email to