I am an ActionScript developer and don't know anything when it comes to mxml. I recently switched to using the Flash linker, and I really like it, but I want to create an AIR application in the Flash linker, but I do not want to use mxml, since I do not need any built-in infrastructure to achieve my goal.
- Is it possible?
- If I need to use mxml to run the application, how to use .as files with .mxml files?
So far, I have been able to import the .as file, but I cannot use addChild (). If I can get some help on how to do this, I would be so grateful that I spent many hours trying to cope with it. Thanks
source
share