I need to center something... so I need website dimensions.. should I use getWebsitePropertyByID() method (or anything else)? How?
I used var p:PageVO; p=Moto.getInstance().getPageVOByID(1); to get PAGE height (p.height), but what method should I use for getting website width and height ... ?
It should be enough if I can get holder_1 parameters (width and height), but I don't know how to do this...