<?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" pageTitle="SkinnableContainer Example" viewSourceURL="srcview/index.html">
<s:SkinnableContainer height="33" left="0" right="0" top="0" skinClass="ApplicationBarBackground" id="bar">
<s:Button x="474" y="51" label="Green" click="bar.skin.currentState='green';"/>
<s:Button x="554" y="51" label="Red" click="bar.skin.currentState='red';"/>
<s:Button x="634" y="51" label="Blue" click="bar.skin.currentState='blue';"/>
<s:Button x="634" y="51" label="Red Alert!" click="(bar.skin as ApplicationBarBackground).flashRed.play();"/>
</s:SkinnableContainer>
</s:Application>