yes, any thing that is not in the current namespace needs to be defined in another namespace.

That is the idea of packages, they seperate things so there are the least amount of 'possible' name collisions.

Peace, Mike

On 3/30/06, Stefan Richter <[EMAIL PROTECTED]> wrote:
Newbie here... using Flex2.
 
Say I have a package com.stefan.controls and a class MyButton.as in there. I also have a class Foo.as inside com.stefan.
 
When I want to use both classes in my MXML document do I need to specify 2 namespaces such as
xmlns:stefan="com.stefan.*" xmlns:stefancontrols="com.stefan.controls.*"
 
Thanks for any help.
 
Stefan
 
 
 


--
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






--
What goes up, does come down.


--
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




Reply via email to