Main Page | Packages | Class Tree | Index | Help

<root>

class LocalConnection

Object
  |
  +--LocalConnection


dynamic intrinsic class LocalConnection
extends Object

ActionScript Standard Library LocalConnection object



Fields inherited from class Object

__proto__, constructor, prototype

Constructor


LocalConnection ( )


Method Summary


allowDomain ( domain: String ): Boolean



allowInsecureDomain ( domain: String ): Boolean



close ( ): Void



connect ( connectionName: String ): Boolean



domain ( ): String



onStatus ( infoObject: Object ): Void



send ( connectionName: String, methodName: String, args: Object ): Boolean


Methods inherited from class Object

addProperty, hasOwnProperty, isPropertyEnumerable, isPrototypeOf, registerClass, toLocaleString, toString, unwatch, valueOf, watch



Constructor Documentation

LocalConnection

function LocalConnection()

Method Documentation

allowDomain

function allowDomain(domain: String): Boolean

allowInsecureDomain

function allowInsecureDomain(domain: String): Boolean

close

function close(): Void

connect

function connect(connectionName: String): Boolean

domain

function domain(): String

onStatus

function onStatus(infoObject: Object): Void

send

function send(connectionName: String,
 methodName: String,
 args: Object): Boolean

The documentation was generated from the following file:


Copyright © 1997-2005 Macromedia, Inc. All rights reserved. Generated with AS2Doc