?xml version=“1.0“ encoding=“iso-8859-1“?> mx:Application xmlns:mx=“http://www.macromedia.com/2003/mxml“> mx:style src=“main.css“/> mx:Label styleName=“error“ text=“This is an error“/> mx:Label styleName=“title“ text=“This is a title“/> mx:TextArea width=“200“ height=“100“ wordWrap=“true“>This is a TextArea/mx:TextArea> /mx:Application>