<?xml version="1.0" encoding="utf-8"?> <examples:AFCPicasaMapFlipClass xmlns:examples="com.afcomponents.googlemaps.examples.*" xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" backgroundGradientAlphas="[1.0, 1.0]" backgroundGradientColors="[#FFFFFF, #FFFFFF]" horizontalAlign="center" verticalAlign="middle"> <mx:Canvas x="40" y="40" width="512" height="342" id="contentCanvas"> </mx:Canvas> <mx:Image x="59" y="447" id="btnPrev" width="36" height="36"> <mx:source>@Embed(source='images/minus.jpg')</mx:source> </mx:Image> <mx:Image x="275" y="433" id="btnFlip" width="50" height="50"> <mx:source>@Embed(source='images/flip.jpg')</mx:source> </mx:Image> <mx:Image x="494" y="447" id="btnNext" width="36" height="36"> <mx:source>@Embed(source='images/plus.jpg')</mx:source> </mx:Image> <mx:Label x="200" y="491" text="Show Photo Gallery" width="200" textAlign="center" height="20" fontFamily="Arial" fontSize="14" fontWeight="bold" color="#3A3A3A" id="lblFlip"/> <mx:Label x="40" y="390" width="512" textAlign="center" height="20" fontFamily="Arial" fontSize="14" fontWeight="bold" color="#3A3A3A" id="lblDescr" text="Loading new image ..."/> <mx:Label x="38" y="491" text="Last Photo" width="82" textAlign="center" height="20" fontFamily="Arial" fontSize="14" fontWeight="bold" color="#3A3A3A"/> <mx:Label x="472" y="491" text="Next Photo" width="82" textAlign="center" height="20" fontFamily="Arial" fontSize="14" fontWeight="bold" color="#3A3A3A"/> </examples:AFCPicasaMapFlipClass>