|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Close Movie
Hi,
I have been playing around with Flash MX 4 a couple weeks now and I have run into this problem. I have a movie that loads on top of the master movie, but I need to put a button in it to close itself. Is that posible? |
|
#2
|
||||
|
||||
|
Have you tried the unload movie action? Or do you mean to close the browser window?
Code:
unloadMovieNum(1); Last edited by jmichels : January 16th, 2004 at 11:40 PM. |
|
#3
|
|||
|
|||
|
close the browser window
on (release) { fscommand("quit"); } //on a button Last edited by softimg : January 17th, 2004 at 01:58 AM. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Flash Help > Close Movie |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|