display
<mx:VideoDisplay top="0" left="0" click="color();" id="myVid" height="100%" width="100%" autoPlay="false"/>
<mx:HBox right="20" bottom="10">
<mx:Button label="blur" click="blur();"/>
<mx:Button label="glow" click="glow();"/>
<mx:Button label="ttop" click="stop();"/>
<mx:Button label="f/v" click="toggle();" cornerRadius="0" />
</mx:HBox>
<mx:Label id="monitor" text="" color="#ffffff" x="50" y="100" fontSize="30" />
<mx:Label id="message" text="" color="#ffffff" x="100" y="175" fontSize="40" />
<mx:Label id="subtext" text="" color="#ffffff" x="150" y="225" fontSize="50" />
</mx:Application>