Jump to content
Search Community

joon

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by joon

  1. Thanks for your reply, I think I found out what I was doing wrong in FlashDevelop. It's very basic, but I couldn't find it anywhere so hopefully it'll help others. If you are getting : Type was not found or was not a compile-time constant In my case, I had copied the com/greensock... folders in my AS3 project folder. I then added them in the classpath. Everything seems to work until you compile. BUT, you need to move the "com" folder into a subfolder called "greensock". So you'll have: C:\...\YourAS3Proj\greensock\com\greensock\... And add it to your classpath. This worked for me.
  2. Hi, I'm making a custom web media player and want to use LoaderMAX. We are using FlashDevelop. Are there any demoes or examples of LoaderMAX in just code? (no .FLA files) I put the Greensock library in my project, but have some strange errors: "Type was not found or was not a compile-time constant", even though the files, classpaths and imports are all correct. Any help is much appreciated.
×
×
  • Create New...