<?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="vertical" creationComplete="init()" viewSourceURL="srcview/index.html"> <mx:Script> <![CDATA[ import net.dndigital.context.LiveContext; import org.robotlegs.mvcs.Context; protected var context:Context; protected function init():void { context = new LiveContext(this, true); } ]]> </mx:Script> <mx:Button id="launchButton" label="Launch Popup"/> </mx:Application>