este codigosi lo lanza en actionscript 1 funciona perefctamente
on (rollOver)
{
var hint = _root.attachMovie("mchint", "hint", _root.getNextHighestDepth(), {_x: _root._xmouse, _y: 5, tooltip: "FULL SCREEN"});
_root.hint.alphaTo(100, 1, "easeOut", 1);
}
on (rollOut)
{
removeMovieClip (_root.hint);
}
on (press)
{
removeMovieClip (_root.hint);
Stage.fullScreenSourceRect = new flash.geom.Rectangle(0, 0, Stage.width, Stage.height);
Stage.displayState = "fullScreen";
pero si lo pongo en actionscript2 me da el sigueinte error
no hay ninguna propiedad que lleve por nombre Stage.fullScreenSourceRect = new flash.geom.Rectangle(0, 0, Stage.width, Stage.height);
Stage.displayState = "fullScreen";
ahber quien me puede dar la solucion