Math Class - MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

Include the superdomain in
example,
myDomain.com:myConnectionName
LocalConnection.allowDomain
will be accepted (in this case, myDomain.com), or that connections from any domain will
be accepted.
Note: You cannot specify a superdomain in
only in the sending LocalConnection object.
Example
For an example of communicating between LocalConnection objects located in the same domain,
see
LocalConnection.connect()
objects located in any domain, see
communicating between LocalConnection objects located in specified domains, see
LocalConnection.allowDomain
See also
LocalConnection.allowDomain
LocalConnection.domain()
lt (less than — string specific)
Availability
Flash Player 4. This operator was deprecated in Flash 5 in favor of the new
Usage
expression1 lt expression2
Parameters
,
expression1
expression2
Description
Operator (comparison); compares
is less than
expression1
See also
< (less than)

Math class

Availability
Flash Player 5. In Flash Player 4, the methods and properties of the Math class are emulated using
approximations and may not be as accurate as the non-emulated math functions supported by
Flash Player 5.
Description
The Math class is a top-level class whose methods and properties you can use without using
a constructor.
connectionName
to specify that connections from the specified superdomain
connectionName
. For an example of communicating between LocalConnection
LocalConnection.allowDomain
and
LocalConnection.domain()
,
LocalConnection.connect()
,
LocalConnection.onStatus
Numbers, strings, or variables.
expression1
; otherwise, it returns
expression2
in the sending LocalConnection object—for
. In the receiving object, use
in the receiving LocalConnection object,
. For an example of
.
,
to
and returns
expression2
.
false
< (less than)
operator.
if
true
Math class
445

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Table of Contents