box-o-sand/00-custom-app/Snarf.mxml
2010-02-19 16:05:23 -05:00

6 lines
216 B
XML

<?xml version="1.0" encoding="utf-8"?>
<me:CustomApp xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:me="*" layout="absolute">
<mx:Button id="mutton" label="howdy" click="butterCup(event)" />
</me:CustomApp>