rect.y = 10;
trace(rect.y); // 10
trace(rect.top); // 10
See also
x (Rectangle.x property)
(Rectangle.height property)
security (System.security)
Object
|
+-System.security
public class security
extends Object
The System.security class contains methods that specify how SWF files in different domains
can communicate with each other.
For more information, see the following:
Chapter 17, "Understanding Security," in Learning ActionScript 2.0 in Flash
The Flash Player 8 Security white paper at http://www.macromedia.com/go/fp8_security
The Flash Player 8 Security-Related API white paper at http://www.macromedia.com/go/
fp8_security_apis
Availability: ActionScript 1.0; Flash Player 6
Property summary
Modifiers
Property
static
sandboxType:String
[read-only]
Properties inherited from class Object
constructor (Object.constructor
property),
prototype (Object.prototype
(Object.__resolve property)
,
width (Rectangle.width property)
,
top (Rectangle.top property)
Description
Indicates the type of security sandbox in which the
calling SWF file is operating.
property),
property),
,
height
__proto__ (Object.__proto__
__resolve
security (System.security)
1055
Need help?
Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?