This content has been marked as final.
Show 4 replies
-
1. Classes must not be nested??
_forumSteve Feb 21, 2008 7:50 AM (in response to sneakyimp)On publish, the compiler creates a class called MainTimeline for all of the code in frames. By creating a class in a frame, it is being nested inside the MainTimeline class... thus, producing the error. -
2. Re: Classes must not be nested??
sneakyimp Feb 22, 2008 3:28 PM (in response to sneakyimp)Thanks! -
3. Re: Classes must not be nested??
Guest Jul 24, 2008 10:02 AM (in response to _forumSteve)
Getting this error message as well. What's the best way to solve this? -
4. Re: Classes must not be nested??
MikeSDCA Jul 24, 2008 10:15 AM (in response to sneakyimp)Put your classes in a namespace inside .as files.

