MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 415

Director scripting reference
Table of Contents

Advertisement

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,
netStatus
Usage
netStatus msgString
Description
Command; displays the specified string in the status area of the browser window.
The
netStatus
Parameters
Required. Specifies the string to display.
msgString
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
command doesn't work in projectors.
returns the result of the last network operation.
preloadNetThing()
netTextResult()
415

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents