box-o-sand/00-custom-app/Snarf.mxml

6 lines
216 B
Plaintext
Raw Normal View History

2010-02-19 21:03:55 +00:00
<?xml version="1.0" encoding="utf-8"?>
<me:CustomApp xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:me="*" layout="absolute">
2010-02-19 21:05:23 +00:00
<mx:Button id="mutton" label="howdy" click="butterCup(event)" />
2010-02-19 21:03:55 +00:00
</me:CustomApp>