User Guide

138 Chapter 7: Scripting Objects
NetLingo
Enables you to perform network operations such as obtaining or streaming media from a
network, checking network availability, checking the progress of a network operation, and so on.
You can create a reference to a NetLingo object by using the
new operator.
-- Lingo syntax
objNetLingo = new xtra("netlingo")
// JavaScript syntax
var objNetLingo = new xtra("netlingo");
Method summary for the NetLingo object
getPosition() writeChar()
openFile() writeReturn()
readChar() writeString()
Method
browserName() netDone()
cacheDocVerify() netError()
cacheSize() netLastModDate()
clearCache netMIME()
downloadNetThing netStatus
externalEvent() netTextResult()
getLatestNetID postNetText
getNetText() preloadNetThing()
getStreamStatus() proxyServer
gotoNetMovie tellStreamStatus()
gotoNetPage URLEncode
netAbort
Method (continued)