Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Bug Report

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 06-02-2004, 08:48 AM
ish ish is offline
Junior Member
 
Join Date: Jun 2004
Posts: 6
Default Working with Inet object problem (bug)

1. The IsInetConnected() method works very unstable - it sometimes returns 'false' even when the connection is present and all other net-programs are working correctly.
2. All the activity inside the flash movie stops (including animation) and the movie itself stops responding while downloading files from the internet using gtUrl() method.
It makes me incapable of displaying realtime download status inside the movie while downloading files from internet

version 2.0
Reply With Quote
  #2 (permalink)  
Old 06-02-2004, 09:12 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:Working with Inet object problem (bug)

1. The "isInetConnected()" method determines the Internet connection state by pinging the site www.swfkit.com. You can ping any other sites instead. Or you can use the method introduced at
http://www.swfkit.com/forum/thread_1_473.html

2. Please handle the onGetUrl event
Code:
var inet = new Inet;
inet.onGetUrl = function(type, msg)
{
    trace(msg);

    if (!processMsg()) return false;

    return type;
}

inet.getUrl("http://www.swfkit.com", "c:\\1.html");
Reply With Quote
  #3 (permalink)  
Old 06-02-2004, 09:33 AM
ish ish is offline
Junior Member
 
Join Date: Jun 2004
Posts: 6
Default Re:Working with Inet object problem (bug)

big thank's
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 02:40 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.