Fullscreen video but not zoom controls

I am creating a full screen FLV player and I am using the

Stage[“fullScreenSourceRect”] = new Rectangle();

method. The problem is, when I go to fullscreen my video controls are zoomed in as well making them a bit pixelated. I have seen some players like the one on

where they achieve full screen video and still keep the controls the same size…any idea how to do that??

Stage.scaleMode = “noscale” ?

nope…