How Do I Get Flash Video Not to Loop Cs4?
- 1). Open Flash CS4.
- 2). Click on the small rectangle in the timeline that represents the first frame and enter this text into the text window:
stop(); - 3). Click on the last frame of the animation and enter this text in the text window:
stop();
MovieClip(parent).gotoAndStop(2);
Source...