|
|||
|
I found a code
ie.activex.Navigate2(url); to use swfkit as browser then if i want to get READYSTATE when i am loading a site, how do i code to let it work? Thanks for your kindness. |
|
|||
|
The web browser activex object has a "NavigateComplete2" event, which will be fired when a link has been navigated.
Code:
ie.activex.NavigateComplete2 = function (browser, url) {
trace(url);
}
|
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|