999000333
Programmer
- Nov 20, 2006
- 39
Helllo
I have a flash web site where, when a button(from the menu) is clicked a movieclip pop up on a different window...inside this file ther's also a menu and in here I have a button that SHOULD close the pop up window..I tried different codes but nothing seam to work THE POP UP WINDOW DO NOT CLOSE.
I tried these codes posted on this forum but none of them work,
CODE
on(release){
fscommand("quit");
}
//Or...
exit_btn.onRelease = function(){
fscommand("quit");
}
on(release){
unloadMovieNum(0);
}
//Or...
exit_btn.onRelease = function(){
unloadMovieNum(0);
}
the code
on(release){
unloadMovieNum(0);
}
makes the window white but the window it self do not close..
Does anyone have some suggestions..
Thanks.
Paola
I have a flash web site where, when a button(from the menu) is clicked a movieclip pop up on a different window...inside this file ther's also a menu and in here I have a button that SHOULD close the pop up window..I tried different codes but nothing seam to work THE POP UP WINDOW DO NOT CLOSE.
I tried these codes posted on this forum but none of them work,
CODE
on(release){
fscommand("quit");
}
//Or...
exit_btn.onRelease = function(){
fscommand("quit");
}
on(release){
unloadMovieNum(0);
}
//Or...
exit_btn.onRelease = function(){
unloadMovieNum(0);
}
the code
on(release){
unloadMovieNum(0);
}
makes the window white but the window it self do not close..
Does anyone have some suggestions..
Thanks.
Paola