display


  <mx:VideoDisplay id="myVid" source="" height="100%" width="100%" autoPlay="false"
  cuePointManagerClass="mx.controls.videoClasses.CuePointManager"
  cuePoint="cue(event)"
  />
  <mx:HBox top="5" right="3">
  <mx:Label text="{movie} / {state}" color="silver" top="10" right="20"/>
  <mx:Label color="gray" text="@" click="attach(myVid);"/>
  </mx:HBox>
  <mx:HBox top="5" left="20">
  <mx:Label text="{format(myVid.playheadTime)} / {info}" color="white" top="10" left="20"/>
  </mx:HBox>
  <mx:Label id="story" text="" color="white" top="75" left="100" fontSize="20"/>