netTextResult()
415
break;
case "application/x-director":
goToNetMovie(theURL);
break;
case "text/html":
goToNetPage(theURL);
break;
default:
alert("Please choose a different item.");
}
} else {
_movie.go(_movie.frame);
}
}
See also
netDone()
,
netError()
,
getNetText()
,
postNetText
,
preloadNetThing()
netStatus
Usage
netStatus
msgString
Description
Command; displays the specified string in the status area of the browser window.
The
netStatus
command doesn’t work in projectors.
Parameters
msgString
Required. Specifies the string to display.
Example
This statement would place the string “This is a test” in the status area of the browser the movie
is running in:
-- Lingo syntax
on exitFrame
netStatus "This is a test"
end
// JavaScript syntax
function exitFrame() {
_movie.netStatus("This is a test");
}
netTextResult()
Usage
netTextResult(
netID
)
netTextResult()
Description
Function; returns the text obtained by the specified network operation. If no net ID is specified,
netTextResult
returns the result of the last network operation.
Содержание DIRECTOR MX 2004-DIRECTOR SCRIPTING
Страница 1: ...DIRECTOR MX 2004 Director Scripting Reference...
Страница 48: ...48 Chapter 2 Director Scripting Essentials...
Страница 100: ...100 Chapter 4 Debugging Scripts in Director...
Страница 118: ...118 Chapter 5 Director Core Objects...
Страница 594: ...594 Chapter 12 Methods...
Страница 684: ...684 Chapter 14 Properties See also DVD...
Страница 702: ...702 Chapter 14 Properties See also face vertices vertices flat...
Страница 856: ...856 Chapter 14 Properties JavaScript syntax sprite 15 member member 3 4...
Страница 889: ...netPresent 889 _player alert Sorry the Network Support Xtras could not be found See also Player...
Страница 1102: ...1102 Chapter 14 Properties...