Exemplo n.º 1
0
 public JQueryCanvasApp(string ID, SWF swf, SWF2HTMLOptions options)
 {
     this.html           = new HTMLAssist(ID);
     this.Swf            = swf;
     this.Width          = (int)Swf.FrameWidth;
     this.Height         = (int)Swf.FrameHeight;
     this.OutputComments = options.OutputComments;
     this.ConsoleLogging = options.ConsoleLogging;
 }
Exemplo n.º 2
0
 public JQueryCanvasApp(string ID, SWF swf, SWF2HTMLOptions options)
 {
     this.html = new HTMLAssist(ID);
     this.Swf = swf;
     this.Width = (int)Swf.FrameWidth;
     this.Height = (int)Swf.FrameHeight;
     this.OutputComments = options.OutputComments;
     this.ConsoleLogging = options.ConsoleLogging;
 }