Paket | mx.utils |
Sınıf | public class LoaderUtil |
Miras Alma | LoaderUtil Object |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
[statik]
The root URL of a cross-domain RSL contains special text
appended to the end of the URL. | LoaderUtil | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object |
Yöntem Ayrıntısı
normalizeURL | () | yöntem |
public static function normalizeURL(loaderInfo:LoaderInfo):String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 3 |
Çalışma Zamanı Sürümleri: | 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.
Parametreler
loaderInfo:LoaderInfo — A LoaderInfo instance.
|
String — A normalized LoaderInfo.url property.
|
Tue Jun 12 2018, 01:09 PM Z