Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-30-2004, 10:00 AM
Junior Member
 
Join Date: Nov 2004
Posts: 2
Default How to close application automatically

I have made the exe file, can we let it close automatically after a certain time limit (e.g 5 seconds)
Reply With Quote
  #2 (permalink)  
Old 11-30-2004, 11:09 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:How to close application automatically

Code:
function closeWindow()
{
getMainWnd().close();
}

Application.setInterval(closeWindow, 5000);
Reply With Quote
  #3 (permalink)  
Old 12-01-2004, 12:03 AM
Junior Member
 
Join Date: Nov 2004
Posts: 2
Default Re:How to close application automatically

Thanks.

Where should I put this code?
Reply With Quote
  #4 (permalink)  
Old 12-01-2004, 08:21 AM
Member
 
Join Date: Jan 2003
Posts: 56
Default Re:How to close application automatically

In SWFKit, put that code in the Initialize script. Just copy and paste it before the:

return true;

code that is in the Initialize script. What this does is close the application 5 seconds after it has started. To close an application 5 seconds after clicking some button in the Flash, you will need to instead put this code in a new script, then start that script from the Flash with a button.

View the SWFKit tutorials for more information on FFish (which is the script coding in SWFkit):
http://www.swfkit.com/swfkit/tutorials.html

For more info on the Initialize script, see:
http://www.swfkit.com/swfkit/doc/manual/node9.html
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:28 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.