Hello,

I am newbee and I trying to learn Flex using Flex Builder 3. Now, I
have real strange problem.

 I create my web app using components that i put in folder named
"components" that I created under project tree. I know that in
main.mxml file I have to declare new namespace. I am doing that by

project
|-bin
|-components
                   |-Form.mxml
|-html-template
|-libs
|-src
       |-main.mxml

xmlns:comp ="components.*"

problem is when i try to use

<comp:Form /> which should include file in components folder called
Form.mxml

And strange thing is that when I use some examples from net, where
author use same thing this works fine.

Any idea where I do wrong

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to