public static function normalizeURL(loaderInfo:LoaderInfo):String
Language Version : | ActionScript 3.0 |
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.
|