display


  <mx:VideoDisplay x="0" y="0" id="myVid" source="{movie}" height="100%" width="100%" autoPlay="false"
  cuePointManagerClass="mx.controls.videoClasses.CuePointManager"
  cuePoint="cue(event)"
  />
  <mx:Label text="{movie} / {index}" color="gray" bottom="25" left="3" click="clear(myVid);"/>
  <mx:HBox top="5" right="3">
  <mx:Label color="gray" text="+" click="incno();"/>
  <mx:Label color="gray" text="-" click="decno();"/>
  
  <mx:Label id="cameralabel" color="white" text="@" click="attach(myVid,0);"/>
  </mx:HBox>
  <mx:HBox top="5" left="3">
  <mx:VBox> 
  <mx:Label color="gray" text="?" click="hide(myVid);"/>
  <mx:Label color="gray" text="1" click="mode(event);"/>
  <mx:Label color="gray" text="2" click="mode(event);"/>
  <mx:Label color="gray" text="3" click="mode(event);"/>
  <mx:Label color="gray" text="4" click="mode(event);"/>
  <mx:Label color="gray" text="5" click="mode(event);"/>
  <mx:Label color="gray" text="6" click="mode(event);"/>
  <mx:Label color="gray" text="7" click="mode(event);"/>
  <mx:Label color="gray" text="8" click="mode(event);"/>
  <mx:Label color="gray" text="9" click="mode(event);"/>
  </mx:VBox>
  <mx:Label text="[{_art}/{_mode}]:{state} : {format(myVid.playheadTime)} / {info}" color="gray" top="10" left="20"/>
  
  </mx:HBox>
  <mx:Label id="story" text="" color="white" top="75" left="100" fontSize="15"/>
  <mx:Label id="sub" text="" color="white" top="115" left="120" fontSize="12"/>