Hi all, Apologies for the vague nature of this query, I'm planning to open-source my framework once I've cleared some red tape with my employer, but was wondering if anyone's experienced this problem:
I'm working on a framework intended to be used primarily using Actionscript rather than MXML, and it uses the exposed Create JS API calls in the Flex JS kit 0.7. I have my framework compiling to SWC successfully, and it all works as intended but only if I import my classes in the script tags in an MXML file at the root level of my project. If I try to move the code into some kind of app manager class in a package structure in actionscript files a few folders down, everything stops working. It looks like everything is included in my main "...classes" file. I haven't referenced every single class in the manifest file, but I understand that's only needed if you want them to all be accessible as MXML components? Has anyone encountered this - can anyone suggest any known issues in the SWC build chain or in Flex JS 0.7 which might cause issues? Is a compiled build of Flex JS 0.8 available or do I need to build from source? If it's the latter, does the checkout include all the typedefs etc for the Create JS framework or is that part of a separate repo? Many thanks for any help and I hope to share this project soon. Tim