> I am attempting to access the Stage in Flash v9 but am stuck. > The goal is to access/set these property in the (current) stage: Did you check the following ? var s = flash.Lib.current.stage; trace(s.align); Nicolas