
templates.mobile.as Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gradlefx Show documentation
Show all versions of gradlefx Show documentation
GradleFx is a Gradle plugin for building Flex and Actionscript applications
The newest version!
package ${package} {
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
public class ${class} extends Sprite {
public function ${class}()
{
super();
// support autoOrients
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy