As follows:
<? XML version = "1.0" encoding = "UTF-8"?> <Br/> <mx: Application xmlns: MX = "http://www.adobe.com/2006/mxml" layout = "horizontal" xmlns: Containers = "com. invalid McCune. containers. * "> <br/> <mx: style> <br/> panel {<br/> border-color: #99 cdee; <br/> border-Alpha: 1; <br/> border-thickness: 1;/* Border Width */<br/> border-thickness-left: 2; <br/> border-thickness-right: 2; <br/> rounded-bottom-corners: false; <br/> corner-radius: 5; <br/> header-colors: # b5e6f3 ,# 81b3e6; <br/>}< br/> </MX: style> <br/> <mx: titlewindow width = "100%" Height = "100%" backgroundcolor = "black" layout = "horizontal"> <br/> <! -- Vertical effect --> <br/> <mx: vbox width = "25%" Height = "100%" bordercolor = "red" borderstyle = "solid"> <br/> <containers: vcoverflowcontainer id = "coverflow1" width = "100%" Height = "100%" <br/> horizontalgap = "40" segments = "6"> <br/> <mx: panel width = "100" Height = "100" Title = "one"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "two"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Ti Tle = "three"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "four"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "five"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "six"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "serven"> </P> <p> </MX: Panel> <br/> </containers: vcoverflowcontainer> <br/> </MX: vbox> </P> <p> <MX: vbox width = "75%" Height = "100%"> <br/> <! -- Horizontal effect --> <br/> <mx: hbox width = "100%" Height = "28%" bordercolor = "red" borderstyle = "solid"> <br/> <containers: coverflowcontainer id = "coverflow" width = "100%" Height = "100%" <br/> horizontalgap = "40" segments = "6"> <br/> <mx: panel width = "100" Height = "100" Title = "one"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "two"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" titl E = "three"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "four"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "five"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "six"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "serven"> </P> <p> </MX: Panel> <br/> </containers: coverflowcontainer> </P> <p> </MX: hbox> <br/> <! -- Vista effect --> <br/> <mx: hbox width = "100%" Height = "34%" bordercolor = "red" borderstyle = "solid"> </P> <p> <containers: vistaflowcontainer id = "coverflow2" width = "100%" Height = "100%"> <br/> <mx: panel width = "100" Height = "100" Title = "one"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "two"> </P> <p> </MX: Panel> <br/> <mx: panel width = "100" Height = "100" Title = "three"> </P> <p> </MX: Panel> <B R/> <mx: panel width = "100" Height = "100" Title = "four"> </P> <p> </MX: panel> <br/> <mx: panel width = "100" Height = "100" Title = "five"> </P> <p> </MX: panel> <br/> <mx: panel width = "100" Height = "100" Title = "six"> </P> <p> </MX: panel> <br/> <mx: panel width = "100" Height = "100" Title = "serven"> </P> <p> </MX: panel> <br/> </containers: vistaflowcontainer> <br/> </MX: hbox> <br/> <! -- Circle effect --> <br/> <mx: hbox width = "100%" Height = "35%" bordercolor = "red" borderstyle = "solid"> <br/> <containers: extends uselcontainer id = "coverflow4" width = "100%" Height = "100%" <br/> reflectionenabled = "true"> <br/> <mx: panel width = "200" Height = "200" Title = "one"> </P> <p> </MX: Panel> <br/> <mx: panel width = "200" Height = "200" Title = "two"> </P> <p> </MX: Panel> <br/> <mx: panel width = "200" Height = "200" Title = "three"> </P> <p> </MX: Panel> <br/> <mx: panel width = "200" Height = "200" Title = "four"> </P> <p> </MX: Panel> <br/> <mx: panel width = "200" Height = "200" Title = "five"> </P> <p> </MX: Panel> <br/> <mx: panel width = "200" Height = "200" Title = "six"> </P> <p> </MX: Panel> <br/> <mx: panel width = "200" Height = "200" Title = "serven"> </P> <p> </MX: Panel> <br/> </containers: extends uselcontainer> <br/> </MX: hbox> <br/> </MX: vbox> <br/> </MX: titlewindow> <br/> </MX: application>