<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
	<mx:Label color="red" text="Hola Mundo!" x="100" y="50" fontSize="14"/>
</mx:Application>
