Packagech.capi.display
Interfacepublic interface IRootDocument
Implementors AbstractDocument

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.