The SecurityDomain class represents the current security "sandbox," also known as a security domain. By passing an instance of this class to Loader.load(), you can request that loaded media be placed in a particular sandbox.

Static variables

@:value(new SecurityDomain())staticread onlycurrentDomain:SecurityDomain = new SecurityDomain()

Gets the current security domain.