Packagech.capi.display
Interfacepublic interface IRootDocument
ImplementorsAbstractDocument

Represents an IRootDocument.



Public Methods
 MethodDefined by
  
initializeContext(loadableFile:ILoadableFile):void
Callback of the MassLoader for the SWF that should know the ILoadableFile within there were loaded.
IRootDocument
Method detail
initializeContext()method
public function initializeContext(loadableFile:ILoadableFile):void

Callback of the MassLoader for the SWF that should know the ILoadableFile within there were loaded. If a document class implements the IRootDocument interface, the MassLoader will automatically call this method.

Parameters
loadableFile:ILoadableFile — The ILoadableFile source.