2 /* I can't make this work with Flash 10, with any compiler.
4 Error: Error #2136: The SWF file extendclass.swf
10 import flash.display.MovieClip
12 public class Main extends flash.display.MovieClip {
14 var p = new ExtendMain();
18 public class ExtendMain extends Main {