display


  <mx:VideoDisplay id="myVid" source="" height="100%" width="100%" autoPlay="false"
  cuePointManagerClass="mx.controls.videoClasses.CuePointManager"
  cuePoint="cue(event)"
  />
  <mx:HBox top="10" right="20">
  <mx:Label text="{movie} / {state}" color="white" top="10" right="20"/>
  <mx:Button color="silver" borderColor="0" fillAlphas="[0,0]" label="@" click="cue(myVid);"/>
  </mx:HBox>
  <mx:HBox top="10" 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"/>