blob: 4ef57a2d1873e88a1c0400edda4b507fa06deeab [file] [log] [blame]
<s:SkinnableContainer
xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:s="library://ns.adobe.com/flex/spark"
creationPolicy="none">
<fx:Metadata>
[ResourceBundle("core")]
</fx:Metadata>
<fx:Script>
<![CDATA[
import mx.resources.ResourceManager;
]]>
</fx:Script>
<s:layout>
<s:VerticalLayout/>
</s:layout>
<mx:Label text="@Resource(bundle='myResources',key='GREETING')" fontSize="48" />
<mx:Label text="{ResourceManager.getInstance().getString('core','viewSource')}" />
</s:SkinnableContainer>