Sha256: 63950266bdba60a7ae2ca350a9f54d506085e3d7170b8a2df3467c2322441c9f
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
<?xml version="1.0" encoding="utf-8"?> <s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/halo" xmlns:local="*" creationComplete="creationCompleteHandler(event)" > <fx:Script> <![CDATA[ private function creationCompleteHandler(event:Event):void { trace(">> CreationComplete"); } ]]> </fx:Script> <!-- Import StyleSheet --> <fx:Style source="<%= project_name %>Skin.css" /> <fx:Declarations> <!-- Place non-visual elements (e.g., services, value objects) here --> </fx:Declarations> <mx:VBox id="mainBox" width="100%" height="100%" horizontalAlign="center" verticalAlign="middle"> <mx:Image autoLoad="true" source="@Embed(source='assets/skins/<%= project_name %>/ProjectSprouts.png')"/> <mx:Label id="lLabel" text="...is good at air too!"/> </mx:VBox> </s:WindowedApplication>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sprout-air-bundle-0.0.1 | lib/sprout/generators/project/templates/MainClass.mxml |