info
<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 color="gray" text="*" click="hide(myVid);"/>
<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"/>