Tom Fitzpatrick wrote:

If I simply cut and paste "i2" to change this:

xmlns="com.iterationtwo.components.*"

and

<EditableComboBox>......</EditableComboBox>

to this:

xmlns:i2="com.iterationtwo.components.*"

and

<i2:EditableComboBox>......</i2:EditableComboBox>

it goes from working to an error message ("URI is unknown").

Strange. This works for me:

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";
xmlns:i2="newpackage.nest.*">
<i2:CustomComponent />
</mx:Application>

My CustomComponent.mxml is in "./newpackage/nest/" directory.

Manish




Reply via email to