# Window within flash movie

**URL:** https://forum.kirupa.com/t/window-within-flash-movie/12247
**Category:** Uncategorized
**Created:** [January 28, 2003, 10:08pm UTC](https://forum.kirupa.com/t/window-within-flash-movie/12247 "2003-01-28T22:08:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![totnguye](https://avatars.discourse-cdn.com/v4/letter/t/7bcc69/32.png) [@totnguye](https://forum.kirupa.com/u/totnguye)
#### Post date: [January 28, 2003, 10:08pm UTC](https://forum.kirupa.com/t/window-within-flash-movie/12247/1 "2003-01-28T22:08:49Z")

</div>

I don’t really know how to explain it so I’ll point you to an example  
go to [www.topdesign.com](http://www.topdesign.com)  
click on “Studio”  
click on “Staff”  
click on “Learn More About me”

can someone point me to where I can find a sample file to do that function?  
the function is to open a window within the flash movie and the ability to close it also?

thanks for yer help

T

---

<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: [January 29, 2003, 3:15pm UTC](https://forum.kirupa.com/t/window-within-flash-movie/12247/2 "2003-01-29T15:15:31Z")

</div>

it’s been done with set property, visible.

(atleast this is the easiest way.)

you put a movie on that layer/frame. at that position  
where you want to have the screen, if you push a button or text, you script. that the movie should go play. and become visible.

shoudnt be to hard to find a tuto. bout it

goodluck.

---

<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: [January 29, 2003, 3:25pm UTC](https://forum.kirupa.com/t/window-within-flash-movie/12247/3 "2003-01-29T15:25:12Z")

</div>

that pop up is just a movieclip, and on the little X in the corner it tells the movieclip to set its visiblity to 0

not necessarily setProperty because that is outdated syntax, but SNATCH was correct.
