Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-25-2006, 11:46 AM
Junior Member
 
Join Date: Aug 2006
Posts: 3
Default detecting browser has been closed

Hi there,

Is there any way to find the browser window has been closed.

I am opening broswer using

ie.activex.Navigate2(url);

is there any onbrowser close function.
I checked microsoft site it says OnQuit event gets fired. But how to trap it in swfkit???

Reply With Quote
  #2 (permalink)  
Old 09-26-2006, 01:50 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:detecting browser has been closed

Please try the following method:

Code:
ie.window.onClose = function ()
{
    Dialogs.msgBox("The browser window is closed!");
}
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 03:54 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.