RE: lingo-l internet connection

2002-03-28 Thread Mattie Wells

I allwallys thought that using getNetText was a suitable solution, Im I
wrong or is there a better way?

global myNetID,counter
 on startMovie
counter =0
 myNetID=getNetText(http://www.someserver.com/mytext.txt?;)
end


 on exitFrame
 if netDone(myNetID) then

  go to frame 10

 else if counter  100
  go to the frame
counter = counter + 1
   end if
end

Mattie Wells,

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: lingo-l internet connection

2002-03-27 Thread Howdy-Tzi

At 13:38 -0500 03/27/2002, stacey.i.strickler.1 wrote:

Does anyone know how to check if an internet connection is present within
a director movie?

DirectConnection? Seems to do it for dialup.

http://www.directxtras.com/

-- 

  Warren Ockrassa | http://www.nightwares.com/
  Director help | Free files | Sample chapters | Freelance | Consulting
Author | Director 8.5 Shockwave Studio: A Beginner's Guide
Published by Osborne/McGraw-Hill
  http://www.osborne.com/indexes/beginners_guides.shtml
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]



Re: lingo-l internet connection

2002-03-27 Thread Andy Fuchs

at 27.03.2002 21:27 Uhr, Richard Poole wrote:

 use
 
 the environment.InternetConnected()

AFAIR this does not distinguish between a LAN and an Internet-Connection. If
you're on any network it returns '#online'.

Correct me if I'm wrong

-- Andy Fuchs
-- silent movie media
-- mailto:[EMAIL PROTECTED]
-- http://www.silent-movie-media.com

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]