<?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:local="*" viewSourceURL="srcview/index.html" pageTitle="Demo of the PictureButton"> <s:layout> <s:VerticalLayout horizontalAlign="center"/> </s:layout> <local:PictureButton label="My PictureButton" pictureGroupName="statistic" skinClass="PictureButtonSkin" /> <s:Label text="PictureButtonSkin had been inherited from Spark Button Skin. Hover or click to change the image" /> </s:Application>