topical media & game development
actionscript-imageviewer-Take2Demo.ax
actionscript-imageviewer-Take2Demo.ax
[swf]
flex
package {
import flash.display.Sprite;
public class @ax-actionscript-imageviewer-Take2Demo extends Sprite {
private var imgv:actionscript_lib_imageviewer_take2_ImageViewer;
public function @ax-actionscript-imageviewer-Take2Demo () {
imgv = new actionscript_lib_imageviewer_take2_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.