You are here : Home » knowledge exchange
fullscreen mode - Flash (100% View Desplay Animation = exe, swf file )
[Action in Frame 1]
function modoFullScreen()
{
Stage.displayState = "fullScreen";
}
function modoNormal()
{
Stage.displayState = "normal";
}
Stage.align = "TL";
Stage.scaleMode = "noScale";
jpFull.onRelease = function () {
_root.modoFullScreen();
};
jpnor.onRelease = function () {
_root.modoNormal();
};


Copyright © 2005-2011 Narola Infotech, Custom Software & Website Development Company | All Rights Reserved.