Skip to main content
Inspiring
August 31, 2007
Question

manually close a window on top of a movieclip

  • August 31, 2007
  • 1 reply
  • 197 views
Anybody,

I have a loadmovie function that places a window on top of existing movie. It acts a pop up window to zoom up on the item someone clicked on. I would like to manual close it with a box with a x in it.

Do I make a button i the top corner that unloads the current pop up window?
Are there better more efficient ways of a pop up window and manually closing it?

Thanks Brian
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 31, 2007
you use targetMC.loadMovie() to make it appear as if a popup window is opening into an empty movieclip (targetMC)?

if yes, you can use targetMC.unloadMovie(); to make appear that the popup is closing.