Package | org.osmf.elements |
Class | public class SWFLoader |
Inheritance | SWFLoader LoaderBase EventDispatcher Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | 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.
Related API Elements
Public Properties
Public Methods
Method | Defined By | ||
---|---|---|---|
Constructor. | SWFLoader | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registers an event listener object with an EventDispatcher object so that the listener
receives notification of an event. | EventDispatcher | ||
Indicates whether this loader is capable of handling (loading)
the given MediaResourceBase. | LoaderBase | ||
Dispatches an event into the event flow. | EventDispatcher | ||
Checks whether the EventDispatcher object has any listeners registered for a specific type
of event. | EventDispatcher | ||
Indicates whether an object has a specified property defined. | Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | ||
Loads the specified LoadTrait. | LoaderBase | ||
Indicates whether the specified property exists and is enumerable. | Object | ||
Removes a listener from the EventDispatcher object. | EventDispatcher | ||
Sets the availability of a dynamic property for loop operations. | Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | ||
Returns the string representation of the specified object. | Object | ||
Unloads the specified LoadTrait. | LoaderBase | ||
Returns the primitive value of the specified object. | Object | ||
Checks whether an event listener is registered with this EventDispatcher object or any of
its ancestors for the specified event type. | EventDispatcher |
Protected Methods
Constructor Detail
SWFLoader | () | Constructor |
public function SWFLoader(useCurrentSecurityDomain:Boolean = false)
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Constructor.
ParametersuseCurrentSecurityDomain: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.
|
Mon Nov 28 2011, 06:48 AM -08:00