home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.novell.com
/
2014.06.ftp.novell.com.tar
/
ftp.novell.com
/
forge
/
camtasia.msi
/
Cabs.w1.cab
/
controller.swf5
/
scripts
/
frame_16
/
DoAction.as
Wrap
Text File
|
2009-08-10
|
404b
|
20 lines
stop();
container._visible = true;
Stage.align = "TL";
var resizeListener = new Object();
resizeListener.onResize = function()
{
container._width = Stage.width;
container._height = Stage.height;
background._width = Stage.width;
background._height = Stage.height;
};
if(csPreview == "true")
{
Stage.scaleMode = "noScale";
}
else
{
Stage.addListener(resizeListener);
}