| Package | ch.capi.display |
| Interface | public interface IRootDocument |
| Implementors | AbstractDocument |
IRootDocument.
| Method | Defined By | ||
|---|---|---|---|
initializeContext(loadableFile:ILoadableFile):void
Callback of the MassLoader for the SWF that should know the ILoadableFile
within there were loaded. | IRootDocument | ||
| 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.
|