[RESOLVED] is there a method to get the Flash user defined document width?
I tried stage.width, but it doesn't work because in my flash I have graphics that goes out of document bounds and stage.width calculate it with them.
I need a method that only restrict the user defined document width/height.
Is there such thing?
thanks.
Edit. Nevermind. Found it, subtle solution:
http://board.flashkit.com/board/showthread.php?t=731755
instead of using stage.width, using stage.stageWidth give the accurate width.