ho ho ho Santa Klaus is in town this is way to old guys look at this for a full browser window and stop buying crap like this one //this is the twener you are talking about hehe #include “mc_tween2.as” Stage.scaleMode = “noScale”; Stage.align = “TL”; Stage.showMenu = false;
var myListener = new Object(); myListener.onResize = function() { updateLocations(); }; Stage.addListener(myListener); updateLocations = function () { //the background bg._width = Stage.width; bg._height = Stage.height; bg._x = 0; bg._y = 0; //the top bar top._y = 0; top._x = 0; top._width = Stage.width; //the bottom bar bot._x = 0; bot._y = Stage.height-bot._height; bot._width = Stage.width; //logo of your site logo._x = 5; logo._y = 3; // the content area where other pages are loading container._x = Stage.width/2-container._width/2; container._y = Stage.height/2-container._height/2; }; updateLocations(); now be smart and figure yourself what is what doing all these is not worth 5 bucks believe me
Posted about 1 year ago











