Flash Player 4。
my_mc._currentframe
my_mc
属性(只读);返回由 my_mc 指定的时间轴中播放头所处的帧的编号。
下面的示例使用 _currentframe 属性指示影片剪辑 actionClip_mc 的播放头从当前位置前进 5 帧。
_currentframe
actionClip_mc
actionClip_mc.gotoAndStop(_currentframe + 5);