User Guide

security (System.security) 1055
rect.y = 10;
trace(rect.y); // 10
trace(rect.top); // 10
See also
x (Rectangle.x property), width (Rectangle.width property), height
(Rectangle.height property)
, top (Rectangle.top 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
Properties inherited from class Object
Modifiers Property Description
static sandboxType:String
[read-only]
Indicates the type of security sandbox in which the
calling SWF file is operating.
constructor (Object.constructor property), __proto__ (Object.__proto__
property), prototype (Object.prototype property), __resolve
(Object.__resolve property)