Fork me on GitHub
Not signed in (Sign In)

Welcome, Guest

Want to take part in these discussions? Sign in if you have an account, or apply for one below

  1.  
    My Flash CS4 shows this error in some 3d examples. I have not found a package mx.core in the official documentation on AS3 for Flash CS4.
    • CommentAuthorRichard
    • CommentTimeJul 7th 2009
     
    Hi

    IMXMLObject is part of the Flex framework. I made an error with the camera controllers such that they are dependent on IMXMLObject. Sorry, there shouldn't be dependencies on the Flex framework for non-flex projects. I've created a fix and checked it into SVN. I will release a new version soon, meanwhile you can get the fix from SVN, either grab the full source code or you can get just the swc from http://flint-particle-system.googlecode.com/svn/trunk/lib/Flint3d.swc.

    Richard
  2.  
    Thank you.