<?xml version="1.0" encoding="utf-8"?> <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" viewSourceURL="srcview/index.html"> <mx:Script> <![CDATA[ import nl.flexperiments.display.AirAlert; ]]> </mx:Script> <mx:Button click="AirAlert.show('Test Alert!', 'Test Alert!')" label="Display Alert" /> </mx:WindowedApplication>