topical media & game development

talk show tell print

actionscript-imageviewer-Take3Demo.ax

actionscript-imageviewer-Take3Demo.ax [swf] flex


  package {
    import flash.display.Sprite;
    
    public class @ax-actionscript-imageviewer-Take3Demo extends Sprite {
      private var imgv:actionscript_lib_imageviewer_take3_ImageViewer;
  
      public function @ax-actionscript-imageviewer-Take3Demo () {
        imgv = new actionscript_lib_imageviewer_take3_ImageViewer(100, 100, 200, 250, 3, 0xFF0000);
        imgv.loadImage("actionscript-imageviewer-assets-picture.jpg");
        addChild(imgv);
      }
    }
  }
  


(C) Æliens 27/08/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.