Paquete | org.osmf.elements |
Clase | public class SWFLoader |
Herencia | SWFLoader LoaderBase EventDispatcher Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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.
Elementos de API relacionados
Propiedades públicas
Métodos públicos
Método | Definido por | ||
---|---|---|---|
Constructor. | SWFLoader | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un objeto de detector de eventos con un objeto EventDispatcher, de modo que el detector reciba la notificación de un evento. | EventDispatcher | ||
Indicates whether this loader is capable of handling (loading)
the given MediaResourceBase. | LoaderBase | ||
Distribuye un evento en el flujo del evento. | EventDispatcher | ||
Comprueba si el objeto EventDispatcher tiene detectores registrados para un tipo concreto de evento. | EventDispatcher | ||
Indica si un objeto tiene definida una propiedad especificada. | Object | ||
Indica si hay una instancia de la clase Object en la cadena de prototipo del objeto especificado como parámetro. | Object | ||
Loads the specified LoadTrait. | LoaderBase | ||
Indica si existe la propiedad especificada y si es enumerable. | Object | ||
Elimina un detector del objeto EventDispatcher. | EventDispatcher | ||
Establece la disponibilidad de una propiedad dinámica para operaciones de bucle. | Object | ||
Devuelve la representación de cadena de este objeto, con formato según las convenciones específicas de configuración regional. | Object | ||
Devuelve la representación de cadena del objeto especificado. | Object | ||
Unloads the specified LoadTrait. | LoaderBase | ||
Devuelve el valor simple del objeto especificado. | Object | ||
Comprueba si hay registrado un detector de eventos con este objeto EventDispatcher o con cualquiera de sus ascendientes para el tipo de evento concreto. | EventDispatcher |
Métodos protegidos
Eventos
Información sobre constructores
SWFLoader | () | Información sobre |
public function SWFLoader(useCurrentSecurityDomain:Boolean = false)
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Constructor.
ParámetrosuseCurrentSecurityDomain: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, 02:12 PM Z