Hi there, I have a TitleWindow component called "TicketViewer" that starts with this:
--------------------- <mx:TitleWindow xmlns:mx="http://www.adobe.com/2006/mxml" width="684" height="556" cornerRadius="15" title="Ticket Contents" borderColor="#f4f4ff" showCloseButton="true" alpha="1.0" backgroundColor="#ffffff" close="closeTicketViewer()"> <mx:Script> <
