I've tried a few diffrent solutions, but I am abit confused about what is going on when resizing.
I have a flex panel which acts as the chrome. This is set to 100% width and height in the "WindowedApplication". When using the native resizing, scaling of the panel works realtime during dragging. However, when i try to move a custom cursor with CursorManager.setCursor(CursorResize); - this will just freeze the custom cursor. Same thing happens when i just try to use MouseEvent.MOUSE_MOVE and change the x/y coords manually. I guess that when i resize the application, the mouse is not "active" in the application, thus the swf file doesnt receive any events from it. So is there a way to get around this, or is it possible to get the native OS cursor to appear (which appears when using standard chrome)?

