You have created a Flash video and you want to review when the video playing end. You can create a button to control playback. This article will show you how to control flash timeline playback.
Solution
- Open Adobe Flash CS4.
- Open a finished Flash movie clip.
- Insert a new layer and drag a button to the last frame. You can create a button by yourself or get it from common libraries.
- Input the following codes in the “Actions” of the button.
on(release){gotoAndPlay(1);}
- Drag the button to stage and press Ctrl+Enter to test it.




March 30, 2010 at 6:05 pm
Wow. Failure.
March 30, 2010 at 6:31 pm
are you sure ? it works for me