Código PHP:
import mx.transitions.Tween;
import mx.transitions.easing.*;
fotografia_mc.onPress = function()
{
var twMove4:Tween = new Tween(web_mc, "_y", Strong.easeIn, web_mc._y, Stage._height, 3/2, true);
twMove4.onMotionFinished=function(){
gotoAndPlay("fotografia");
}
}
Cheka con esto a ver si se arregla, vuelvo a decir checa si tienes declaradas las libretias Tween y ease, dentro del mismo layer donde tienes tus acciones
Salu2