Paket | mx.utils |
Klass | public class LoaderUtil |
Arv | LoaderUtil Object |
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | Flash Player 9, AIR 1.1 |
Publika egenskaper
Publika metoder
Metod | Definieras med | ||
---|---|---|---|
Anger om det finns en egenskap angiven för ett objekt. | Object | ||
Anger om en instans av klassen Object finns i prototypkedjan för objektet som anges som parameter. | Object | ||
[statisk]
The root URL of a cross-domain RSL contains special text
appended to the end of the URL. | LoaderUtil | ||
Anger om den angivna egenskapen finns och är uppräkningsbar. | Object | ||
Anger tillgänglighet för en dynamisk egenskap för slingåtgärder. | Object | ||
Returnerar det här objektets strängrepresentation, formaterad i enlighet med språkspecifika konventioner. | Object | ||
Returnerar det angivna objektets strängbeteckning. | Object | ||
Returnerar det angivna objektets primitiva värde. | Object |
Metoddetaljer
normalizeURL | () | metod |
public static function normalizeURL(loaderInfo:LoaderInfo):String
Språkversion: | ActionScript 3.0 |
Produktversion: | Flex 3 |
Körningsmiljöversioner: | 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.
Parametrar
loaderInfo:LoaderInfo — A LoaderInfo instance.
|
String — A normalized LoaderInfo.url property.
|
Tue Jun 12 2018, 01:40 PM Z