Sha256: cc7bf9a78b8dfe0b4975ff064c689304af4fb21eb4ae9d45e5eeee771cee1949
Contents?: true
Size: 515 Bytes
Versions: 2
Compression:
Stored size: 515 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" backgroundImage="" backgroundColor="#FFFFFF" creationComplete="creationCompleteHandler(event)" > <mx:Script> <![CDATA[ private function creationCompleteHandler(event:Event):void { trace(">> CreationComplete"); } ]]> </mx:Script> <!-- Import StyleSheet --> <mx:Style source="<%= project_name %>Skin.css" /> <mx:Container styleName="SproutLogo" width="100%" height="100%" /> </mx:Application>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sprout-mxml-bundle-0.1.13 | lib/sprout/generators/project/templates/MainClass.mxml |
sprout-mxml-bundle-0.1.11 | lib/sprout/generators/project/templates/MainClass.mxml |