How to disable auto play for imported videos

So I realized two things:

  1. Importing a video by selectiing “Embed video in SWF and lay in timeline” the video auto plays when I test the video. If I add a rewind button it works: [gotoAndPlay(1)]
  2. Importing a video by selecting “Progressive download from a web server” I can disable the auto play, but I can not get the rewind button to work: [gotoAndPlay(1)]

Is there a way where I can disable a video from auto playing and also have a rewind button?

I use on(Release) for both actions.

Thanks! I’m new to this!!! :h: