Exit Button
Please help me... what instruction do i have to give to an exit button so it close a presentation in flash?
Thanks
FlashKit > Flash Help > Flash MX
Posted on: 08-03-2004, 09:56 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
EXIT BUTTON
Did someone knows how to create and exit button... Because I have a movie .exe and I need to create a button that close the movie and go to windows...
Thanks... AG
Exit Button?
is there a way to make and exit button, i mean if i have a flash movie in .exe or .swf format, can i make a button inside the movie (not the little x on the corner ) that when clicked, it closes the window ??
Exit Button
Hello, I want to know how te maken een simple exit button, the button is not the problem.
The problem is the actionscript part.
I want to make a promo cd for a company, when the user have seen enough of the presentation he should click on the exit button, then de flash presentation should close it self.
I hope I have been clear enough about my problem.
EXIT Button
How do I make an exit button to make a Flash movie close out?
Exit Button
How do I use a button to exit flash say if I'm making something that will start up when you put a cd in I'm saving the file to cd and puting in auto run so when the player is loaded and I'm in the player there is an exit button and I can push it to close the player? can I do that? and how do I do that
Exit Button
How do I use a button to exit flash say if I'm making something that will start up when you put a cd in I'm saving the file to cd and puting in auto run so when the player is loaded and I'm in the player there is an exit button and I can push it to close the player? can I do that? and how do I do that
Exit Button
How do I use a button to exit flash say if I'm making something that will start up when you put a cd in I'm saving the file to cd and puting in auto run so when the player is loaded and I'm in the player there is an exit button and I can push it to close the player? can I do that? and how do I do that
Exit Button For CD ROM
Does anyone have the action scripting for an exit button that will allow me to quit out of a CD ROM in Flash? I will ask Santa to be very generous to you for any help!!! Thanks Jean
Exit Button?
Hello everyone,
Is there a Flash command that terminte the program (like exit). I want to put a exit button on my program that will end the program. If Flash don't have a command like this. Is there a way to send the <Ctrl+Q> to flash.
Thanks
Exit Button
dOes anyone know how to make an exit button?
Regarding Exit Button
hi everyone
I've created a Flash movie that is 600x400 pixels in size. It's on that file i need to put a button so by clicking it the movie exits or the window closes so is there any way i can put a button that will exit window with action script
alok
Exit Button
I want to make an exit button inside flash to exit the file and return to windows
Exit Button
What is the script to attach to an exit button so it closes my movie ???
Thanks
Exit Button
what would be the script for an exit button on a .exe?
Exit Button?
hey people... im doing a project for my final year project..
i need to put an exit button.. to close of the interactive cd-rom...
but cant find the action scripting for it... can anyone help me with the coding please...
Exit Button...
And can anyone give me an idea for the coding on an "EXIT" button button in a Flash.exe? I have a button in there now and the coding below isn't working. Any ideas?
on (release) {
fscommand("flashstudio.exit", ""ask","Are you sure you want to Exit?"");
}
Exit Button With Pop-up
Hi ActionScripters!!
I have a question, im trying to create an exit button which creates a pop-up and asks the user if they want to quit 'Yes' or 'No'.
If they click 'yes' the application shuts which ill use the fscommand ('exit') for.
But if the click 'no'?? Im not sure how im supposed to code this, im also a bit confizzled about the movie pop-up also, if anyone has any great ideas - id love to hear, cheers guys!!
Exit Button
Is there a way to have a button exit the flash window instead of the user having to go up and click the red X to do so?
Thank you much
Exit Button
Hi all,
I have an exit button im also creating in my interface, and I want to know if this Java-like code is ok for the exit button. I will eventually save as adobe AIR:
Attach Code
menu4.addEventListener(MouseEvent.MOUSE_UP,menu4Release);
function menu4Release (e) {
System.exit(0);
}
Exit Button
Stupid question but how do I make a button that exits the swf or what ever file I made???:S
Exit Button?..
hi all... how to create exit/quit/close button??.. i have create the button and use script
on (release) {
fscommand("quit");
}
the problem is.. its not working when i publish in the browser and I could not close the web page which is in fullscreen mode.. however, it does work on the shockwave file (not in the browser).. so, if anybody could explain and give me a solution, i would thank very much..
tq..
Button EXIT ?
I made a whole internetpage with flash...And the site that i made fills in the whole screen (this i made with javascript)....
But the problem is now, beceause al the buttons of internetexplorer are gone (you can not see them beceause it is fullscreen), i have to put a EXIT button in my flash movie.....otherwise it is difficult to close the page, by using alt+F4.
So i have to put a button EXIT, when you push this button it has to close the whole page.
I am busy with only this button for 3 days!!!!....pleaaasseeeeeeeeeee who can help me to find the action code for this button!!??????
THNX,
Dennis
Exit Button
Stupid question but how do I make a button that exits the swf or what ever file I made???:S
Exit Button?..
hi all... how to create exit/quit/close button??.. i have create the button and use script
on (release) {
fscommand("quit");
}
the problem is.. its not working when i publish in the browser and I could not close the web page which is in fullscreen mode.. however, it does work on the shockwave file (not in the browser).. so, if anybody could explain and give me a solution, i would thank very much..
tq..
Exit Button
I'v been using Flash for about 6 months now so not sure this post should be in this section, but I'm really stuck on how to make an exit button for my Flash site, and wondering if it can be done at all?
I'm just looking for a simple button that sits in the bottom left corner and lets the user exit at any time.
Any help will be greatly appreciated.
Thanks.
Exit Button
This might sound stupid but his is very urgent.
I am writing 400 cds with an flash app on but I
do not know what commands to use to tell a
button to exit...
HELP!!!
How To Add An Exit Button?
Hi, I'm almost done with my project here and I'm trying to add an "exit" button. So that when I click on it it will exit my project. I only know it should concern something like
Quote: on (release) {
XXXXXXXXXX
}
so I'm wondering what can I put in the XXXX part as to make my button served as an exit function??
Thanks
Possible To Exit Out Of Actionscript? - Similiar To PHP's Exit Function
Hi
Is it possible in actionscript to do something like this? I have a lot of functions in my project which display various screens of my project. At the start of each screen I run a function to check out certain things (EG is user banned etc etc). What I want to happen is if those actions are true then to jump to a another function, run it, and then stop all processing of any further scripts. EG Below:
function show_screen () {
_level0.check_settings();
Some more code under the show_screen fuction.
}
At the moment it runs through the check settings function and would then carry on with the rest of the code under the show_screen function. What I want to happen is the ability to exit out of processing anymore scripts should a condition = true in the check_settings() function. Something siliar to PHPs exit() function which stops all processing would be very handy.
Can anyone help?
Thanks.
Possible To Exit Out Of Actionscript? - Similiar To PHP's Exit Function
Hi
Is it possible in actionscript to do something like this? I have a lot of functions in my project which display various screens of my project. At the start of each screen I run a function to check out certain things (EG is user banned etc etc). What I want to happen is if those actions are true then to jump to a another function, run it, and then stop all processing of any further scripts. EG Below:
function show_screen () {
_level0.check_settings();
Some more code under the show_screen fuction.
}
At the moment it runs through the check settings function and would then carry on with the rest of the code under the show_screen function. What I want to happen is the ability to exit out of processing anymore scripts should a condition = true in the check_settings() function. Something siliar to PHPs exit() function which stops all processing would be very handy.
Can anyone help?
Thanks.
Creating And Exit Button
I have created a movie or scene and at the end of the scene i have given the option to escape or leave the scene (exiting out of the whole movie itself) but i don't know what action script is used to exit or quit out of the whole scene if its viewed through projector or shockwave. please help
Exit Button Code
OK I have a button made up but can't get the "quit" command to work.
My syntax is:
on (release); fscommand{"quit"
}
I would like to be able to close the projector or movie window when th button is pressed.
BTW I am kind of a newbie but am learning fast!!
Creating An Exit Button
Greetings,
I would like to create an 'exit' button for my new flash project which acts like the 'close' button in MS Windows. May I know what actions should I enter for the button in order to exit from the flash movie?
Thank you.
My Exit Button, What's Wrong?
Hi Guys,
I guess I didn't follow the instructions, or something, but I can't figure it out. please take a look at my sample and clue me in. I feel it's got to be something simple. I want the exit for a fla. , not an html.
and thanks again.
the movie: 5kb
www.geocities.com/engineer94111/what_wrong.html
download: 136kb
www.geocities.com/engineer94111/what_wrong.fla
Close/Exit Button
Can someone tell me what script do I need to close my flash projector file?, not web page. can't find it
thanks
How Do I Make Exit Button?
i need to know how to make a button that will close the browser window when its clicked....such like an "X" button
Actionscript On Exit Button
I need help figureing out what the command for adding as close flash window when button is clicked any help would be greatful, I am sure it is easy but i am new to this. Thanks
[help] Exit Button For Flash...
Alright, my school is almost done our cd-rom yearbook. But we have used javascript to remove the whole internet panel. So what I need is some actionscript or javascript for a button to close down the html published flash file. Is there a way to do this?
I'll post on both Games and Actionsript boards because I need the answer today before we start burning the cd-roms.
Exit Fullscreen Button?
I have a projector file on an auto-run cd, it is full screen.
Can anyone tell me what actions I need to add to a button to close the flash movie?
thx
Exit Button On Application
Hi,
Hope someone can help?!
I have built a CD-Rom using flash and it has a exit button on the movie - can someone supply me with the code i need to activate this button exiting the CD.
I am exporting the flash movie as a projector.exe
Any help is much appreciated!
Standalone Swf - Exit Button?
Hi Guys,
I have a standalone swf that i want an exit button on that will close the swf file.
Any ideas??
Thanks!
Dave
Exit Button To Close Swf
hi, can anyone tell me how to close a swf using a button? i've got this
function exitGame(event:MouseEvent):void{
fscommand.close();
}
but this doesnt seem to work. Any ideas?
Exit & Rewind Button
Hi i know this is really simple but how do i create an exit button and a movie resart button.
This is my attempt at an exit button:
Exit.onRelease = function(){
fscommand ("quit","");
};
Exit Button Script?
I apologize in advance if this is an old topic.
I'm making a menu in Flash MX to be published as an exe.
One of the options needs to be an 'exit' button which should close the window. I haven't found any ActionScript functions that do this, can it be done in MX?
Thanks,
Nathan
HELP ME Exit Button Problem
Hi all, I am trying to make an exit button for an .exe, and I cannot work out what actionscript to attribute to a button, can someone help? I have tried multiple scripts, and this is my current one:
on.press= function () {
fscommand("quit");}
I can't see what is wrong with this, can someone please help!?
Quit / Exit Button :S Sorry Im New
Hi, really sorry, i am VERY new to flash :S
Closing Projector Movies:
on (release) {
fscommand("quit");
}
I assume this closes the projector instantly, can i make one that asks for confirmation first?
Like "Are you sure you wish to close the CD Yes / No"
Exit Button On Sub Movie Help
I need help to make an exit button on the sub movie.
when I click on the button it close the Sub Movie and back to Main Movie.
Can someone help me??
Thankz
HELP ME Exit Button Problem
Hi all, I am trying to make an exit button for an .exe, and I cannot work out what actionscript to attribute to a button, can someone help? I have tried multiple scripts, and this is my current one:
on.press= function () {
fscommand("quit");}
I can't see what is wrong with this, can someone please help!?
|