Sha256: 283720a14d4533c9ad53b15bebe7eb9e211fb7cdaaf51cbf78169f1982a07b5f
Contents?: true
Size: 627 Bytes
Versions: 3
Compression:
Stored size: 627 Bytes
Contents
<?xml version="1.0" encoding="utf-8"?> <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundColor="#333333" backgroundImage="" creationComplete="creationCompleteHandler(event)" > <mx:Script> <![CDATA[ import asunit.core.TextCore; private var core:TextCore; private function creationCompleteHandler(event:Event):void { core = new TextCore(); core.start(AllTests, null, visualContext); } ]]> </mx:Script> <mx:UIComponent id="visualContext" width="100%" height="100%" /> </mx:WindowedApplication>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
asunit4-4.2.3.pre | air/AIR2Runner.mxml |
asunit4-4.2.2.pre | air/AIR2Runner.mxml |
asunit4-4.2.1.pre | air/AIR2Runner.mxml |