I'm still pretty new to class-based programming in flash, and I'm having some trouble getting my swf to "find" a class that I want to include in it.
Everything is in the same directory as the Flash file and every other class loads properly (they're all named according to the same pattern and they all reside in the same directory). The only thing that is different about this class that I can't find is that it doesn't have a corresponding MovieClip and the others do.
Is this the way things work in Flash? Do I have to create a dummy movieclip to give Flash something to grab on to? Or maybe set something in the IDE besides the classpath in order to give it a defined linkage?
Sorry! SS