actionscript 3 - how to resolve the UIComponent was not found in action script -


Creating an Action Script Category MyCircle UIComponent ..... Provides Some Code

When I compile, I get an error: Error 28: Definition of the base class UIComponent was not found.

  class extends the MyCircle UIComponent  

What do I do?

Add it to the beginning:

  import mx.core UIComponent;  

Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -