Tuesday, July 28, 2009

flash.net package - ActionScript 3.0 Language and Components Reference

flash.net package - ActionScript 3.0 Language and Components Reference


getClassByAlias(aliasName:String):Class
Looks up a class that previously had an alias registered through a call to the registerClassAlias() method.
flash.net

navigateToURL(request:URLRequest, window:String = null):void
Opens or replaces a window in the application that contains the Flash Player container (usually a browser).
flash.net

registerClassAlias(aliasName:String, classObject:Class):void
Preserves the class (type) of an object when the object is encoded in Action Message Format (AMF).
flash.net

sendToURL(request:URLRequest):void
Sends a URL request to a server, but ignores any response.

No comments:

Post a Comment