What is "my" set to? For classes in a SWC, we typically put them in a manifest, and "my" references the URI mapping for the manifest. For classes not in a manifest, "my" has to point to the package.
HTH, -Alex On 3/6/17, 12:43 PM, "piotrz" <piotrzarzyck...@gmail.com> wrote: >Hi, > >I'm not sure what I'm doing wrong but I was trying to extend my class by >another class UIBase type and usit in mxml. > >class MyBaseClass extends UIBase {} > >class MyCustomClass extends MyBaseClass {} > ><my:MyCustomClass /> - I got an error: > >"This tag could not be resolved to an ActionScript class. It will be >ignored." > >Am I doing something wrong ? > >Piotr > > > > > >----- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this message in context: >http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Cannot-use-my- >custom-UIBase-type-class-in-mxml-tp60179.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.