# Flash VCR

**URL:** https://forum.kirupa.com/t/flash-vcr/1686
**Category:** flash
**Created:** [June 11, 2002, 4:56am UTC](https://forum.kirupa.com/t/flash-vcr/1686 "2002-06-11T04:56:09Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 11, 2002, 4:56am UTC](https://forum.kirupa.com/t/flash-vcr/1686/1 "2002-06-11T04:56:09Z")

</div>

Is there a way to control a movie imported in FLASH MX?

For example, after having imported a movie in Flash, and having placed several buttons, one can play the movie at a push of a button, pause it at a push of a button, rewind and / or fast forward?

Sorta like a VCR

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [June 11, 2002, 3:27pm UTC](https://forum.kirupa.com/t/flash-vcr/1686/2 "2002-06-11T15:27:14Z")

</div>

You mean a real movie, like avi, mpeg or quicktime?  
Sure!  
I think there’s a tut’ on that up at Flashkit?..  
put the movie in it’s own clip! supposing that clip is called movieClip :  
rewind btn= movieClip. gotoAndStop(1); //1st frame  
stop btn: movieClip.stop();  
and so on…if i remember well…
