Didn't try it myself. But maybe, if linking directly against the swc doesn't work, a possible workaround could be writting a simple do-nothing class that just extends the class in your swc and have your fla use it as the document class.
Something like:
package {
import your.package.Content;
public class MainClass extends Content {
}
}
Juan Pablo Califano
2010-06-03 02:14:11