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? ~ JT
-----Original Message----- From: Justin Mclean [mailto:[email protected]] Sent: Tuesday, August 23, 2016 4:02 PM To: [email protected] Subject: Re: experimental namespace? Hi, > xmlns:experimental="http://flex.apache.org/experimental/ns" seems to no > longer work, and intelliJ will not provide intellisense I believe due to > this, I see mentions of an experimental tag in some discussions but can't > seem to locate a working document that provides information on using the > experimental? Probably doesn’t help you but it's working in Flash Builder and using the latest Flex SDK (4.15) I usually use “x” as the namespace i.e. xmlns:x="http://flex.apache.org/experimental/ns”. What version of the Flex SDK and intelliJ are you using? Have you tried an easier version of intelliJ? Thanks, Justin
