Packagemx.utils
Classpublic class LoaderUtil

The LoaderUtil class defines a utility method for use with Flex RSLs.



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

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.

Parameters
loaderInfo:LoaderInfo — A LoaderInfo instance.

Returns
String — A normalized LoaderInfo.url property.