controls


  <mx:HBox left="3" bottom="5">
  <mx:Label color="gray" text="!" click="cue(myVid);"/>
  <mx:Button color="gray" borderColor="0" fillAlphas="[0,0]" label="+" click="plus(event);"/>
  <mx:Button color="gray" borderColor="0" fillAlphas="[0,0]" label="-" click="minus(event);"/>
  <mx:Label color="gray" text="A" click="art(event);"/>
  <mx:Label color="gray" text="R" click="art(event);"/>
  <mx:Label color="gray" text="T" click="art(event);"/>
  </mx:HBox>
  <mx:HBox right="3" bottom="5">
  <mx:Button color="gray" borderColor="0" fillAlphas="[0, 0]" label=">" click="myVid.play();"/>
  <mx:Button color="gray" borderColor="0" fillAlphas="[0, 0]" label="||" click="myVid.pause();"/>
  <mx:Label color="gray" text="#" click="display.toggle();"/>
  </mx:HBox>
  <mx:Label text="ViP  AEliëns (C)" color="gray" bottom="25" right="3" click="hide(myVid);"/>
  <mx:Canvas id="panel" x="0" y="0"  height="100%" width="100%"
  backgroundAlpha="0.3" borderColor="0" borderThickness="0"/>