How to Control flash timeline playback

November 30, 2010

How To

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

  1. Open Adobe Flash CS4.
  2. Open a finished Flash movie clip.
  3. 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.
  4. Input the following codes in the “Actions” of the button.

    on(release){gotoAndPlay(1);}

  5. Drag the button to stage and press Ctrl+Enter to test it.

, ,

Subscribe

Subscribe to our e-mail newsletter to receive updates.

2 Responses to “How to Control flash timeline playback”

  1. admin Says:

    are you sure ? it works for me

Leave a Reply