Pakiet | org.osmf.elements |
Klasa | public class SWFLoader |
Dziedziczenie | SWFLoader LoaderBase EventDispatcher Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The SWF is loaded from the URL provided by the
resource
property of the LoadTrait that is passed
to the SWFLoader's load()
method.
Powiązane elementy interfejsu API
Właściwości publiczne
Metody publiczne
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | SWFLoader | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Indicates whether this loader is capable of handling (loading)
the given MediaResourceBase. | LoaderBase | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | EventDispatcher | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Loads the specified LoadTrait. | LoaderBase | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Unloads the specified LoadTrait. | LoaderBase | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
Metody chronione
Zdarzenia
Konstruktor Szczegół
SWFLoader | () | Konstruktor |
public function SWFLoader(useCurrentSecurityDomain:Boolean = false)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
ParametryuseCurrentSecurityDomain:Boolean (default = false ) — Indicates whether to load the SWF
into the current security domain, or its natural security domain.
If the loaded SWF does not live in the same security domain as the
loading SWF, Flash Player will not merge the types defined in the two
domains. Even if it happens that there are two types with identical
names, Flash Player will still consider them different by tagging them
with different versions. Therefore, it is mandatory to have the
loaded SWF and loading SWF live in the same security domain if the
types need to be merged.
|
Tue Jun 12 2018, 12:06 PM Z