Packagecom.brightcove.api.dtos
Classpublic class ModuleIdentifier
InheritanceModuleIdentifier Inheritance Object

The ModuleIndentifier class provides a way to identify custom modules that were loaded into the player. Each instance contains a path that points to from where the SWF was loaded, and an id that can be used in conjunction with the ExperienceModules's getElementByID() to retrieve a reference to the loaded SWF.



Public Properties
 PropertyDefined By
  id : String
The unique id of the module in the player, which can be used to retrieve a reference to the module.
ModuleIdentifier
  path : String
The path to the SWF that was loaded as a module.
ModuleIdentifier
Public Methods
 MethodDefined By
  
ModuleIdentifier(identifer:Object)
Constructor.
ModuleIdentifier
Property Detail
idproperty
public var id:String

The unique id of the module in the player, which can be used to retrieve a reference to the module.

pathproperty 
public var path:String

The path to the SWF that was loaded as a module.

Constructor Detail
ModuleIdentifier()Constructor
public function ModuleIdentifier(identifer:Object)

Constructor.

Parameters
identifer:Object — object from the player to wrap with this class.