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 borderColor="0" fillAlphas="[0, 0]" label="blur" click="blur();"/>
  <mx:Button borderColor="0" fillAlphas="[0, 0]" label="color" click="color();"/>
  <mx:Button borderColor="0" fillAlphas="[0, 0]" label="glow" click="glow();"/>
  <mx:Button borderColor="0" fillAlphas="[0, 0]" label="stop" click="stop();"/>
  <mx:Button borderColor="0" fillAlphas="[0, 0]" label="f/v" click="toggle();"/>
  </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>