Sha256: 286cd328cdcebcbf7eb1921b3d1323e715ddd1aac31b590607d099a48275e9fc

Contents?: true

Size: 573 Bytes

Versions: 2

Compression:

Stored size: 573 Bytes

Contents

<?xml version="1.0" encoding="utf-8"?>
<s:Application 
	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" />
	<mx:Container styleName="SproutLogo" width="100%" height="100%" />
</s:Application>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sprout-flex4-bundle-0.1.4 lib/sprout/generators/project/templates/MainClass.mxml
sprout-flex4-bundle-0.1.3 lib/sprout/generators/project/templates/MainClass.mxml