Pakket | mx.utils |
Klasse | public class LoaderUtil |
Overerving | LoaderUtil Object |
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | Flash Player 9, AIR 1.1 |
Openbare eigenschappen
Openbare methoden
Methode | Gedefinieerd door | ||
---|---|---|---|
Geeft aan of voor een object een opgegeven eigenschap is gedefinieerd. | Object | ||
Geeft aan of een instantie van de klasse Object zich in de prototypeketen van het object bevindt dat als parameter is opgegeven. | Object | ||
[statisch]
The root URL of a cross-domain RSL contains special text
appended to the end of the URL. | LoaderUtil | ||
Geeft aan of de opgegeven eigenschap bestaat en kan worden opgesomd. | Object | ||
Stelt de beschikbaarheid van een dynamische eigenschap voor lusbewerkingen in. | Object | ||
Geeft de tekenreeksweergave van dit object weer, geformatteerd volgens de locatiespecifieke conventies. | Object | ||
Retourneert een tekenreeksrepresentatie van het opgegeven object. | Object | ||
Retourneert de primitieve waarde van het opgegeven object. | Object |
Methodedetails
normalizeURL | () | methode |
public static function normalizeURL(loaderInfo:LoaderInfo):String
Taalversie: | ActionScript 3.0 |
Productversie: | Flex 3 |
Runtimeversies: | 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.
|
String — A normalized LoaderInfo.url property.
|
Wed Jun 13 2018, 11:42 AM Z