Packagemx.utils
Classpublic class LoaderUtil
InheritanceLoaderUtil Inheritance Object

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The LoaderUtil class defines utility methods for use with Flex RSLs and generic Loader instances.



Public Methods
 MethodDefined By
  
normalizeURL(loaderInfo:LoaderInfo):String
[static] The root URL of a cross-domain RSL contains special text appended to the end of the URL.
LoaderUtil
Method Detail
normalizeURL()method
public static function normalizeURL(loaderInfo:LoaderInfo):String

Language Version : ActionScript 3.0
Product Version : Flex 3
Runtime Versions : Flash Player 9, AIR 1.1

The root URL of a cross-domain RSL contains special text appended to the end of the URL. This method normalizes the URL specified in the specified LoaderInfo instance to remove the appended text, if present. Classes accessing LoaderInfo.url should call this method to normalize the URL before using it. This method also encodes the url by calling the encodeURI() method on it. If you want the unencoded url, you must call unencodeURI() on the results.

Parameters

loaderInfo:LoaderInfo — A LoaderInfo instance.

Returns
String — A normalized LoaderInfo.url property.