Search  

FULL BROWSER WINDOW WEBSITE

HomeBrowse CategoriesFlashApplications and UtilitiesImage ViewersFull Browser Window Website
Full_screen_preview

I dunno what happened with that server but I found solution!!!! All you have to do is to go here: http://hosted.zeh.com.br/mctween/downloads.html download and install this extension and replace one line of actionscript in the last frame of the main timeline: replace #include “lmc_tween.as” with #include “mc_tween2.as” it is right in the first line…so u gotta be blind to not see that….enjoy!!!

Q. why the laco.wz.cz doesn’t work?

A. I dunno what happened with that server but I’ve found another similar thing please try it out and let me know if it works http://hosted.zeh.com.br/mctween/downloads.html

Posted about 1 year ago

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

I don’t understand what you wanted to say, the whole description is in .fla what is what doing…

Posted about 1 month ago