Hi,

> I'm using the latest version of IntelliJ and the latest Flex SDK, I managed 
> to resolve it by no longer using the flex.apache.org namespace since it is 
> 404ing for some reason by using xmlns:experimental="spark.components.*", but 
> that is quite a bit of a hack.   Anyone know why 
> http://flex.apache.org/experimental/ns is 404ing and what we can do to fix it?

The namespace is not a real URL and is just mapped to a file on your disk [1]. 
“Resolving" it by pointing to the spark components will give you the spark 
components not the experimental ones.

Thanks,
Justin

1. ./frameworks/experimental-manifest.xml       

Reply via email to