Also, technically it doesn't have to be the root node, but it's usually a damned good idea :)
-Josh On Thu, Jul 17, 2008 at 8:11 AM, Josh McDonald <[EMAIL PROTECTED]> wrote: > It'll be whatever namespace you define in your root node. For example (from > a file I'm looking at right now): > > <mx:Application > xmlns:mx="http://www.adobe.com/2006/mxml" > xmlns:flash="flash.filters.*" > xmlns:disposals="disposals.ui.components.*" > xmlns:ns1="pathways.controls.*" > xmlns:core="pathways.core.*" > xmlns:controllers="disposals.controllers.*"> > > In the examples above, "ns1" is the namespace, and > "disposals.ui.components" is the package. "ns1" is what you get if you type > "<MyComponentClassName" and hit ctrl-space and let builder find it - the > nice ones you can type yourself, or change after you let Builder import > them. > > -Josh > <[EMAIL PROTECTED]> > -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

