| ModuleInterface.hx | |
| ModuleService_1_0 | Interface provided for import modules by SamHaXe version 1.0. |
| Functions | |
| getFlashVersion | Returns the flash version used by the asset library. |
| getIdRegistry | Returns the IdRegistry instance. |
| getSymbolRegistry | Returns the SymbolRegistry instance for actual frame. |
| getAS3Registry | Returns the AS3Registry instance for actual frame. |
| getDependencyRegistry | Returns the DependencyRegistry instance. |
| getVariableRegistry | Returns the VariableRegistry instance. |
| runImport | Imports resources described by the asset parameter. |
Interface provided for import modules by SamHaXe version 1.0.
| Functions | |
| getFlashVersion | Returns the flash version used by the asset library. |
| getIdRegistry | Returns the IdRegistry instance. |
| getSymbolRegistry | Returns the SymbolRegistry instance for actual frame. |
| getAS3Registry | Returns the AS3Registry instance for actual frame. |
| getDependencyRegistry | Returns the DependencyRegistry instance. |
| getVariableRegistry | Returns the VariableRegistry instance. |
| runImport | Imports resources described by the asset parameter. |
public function getIdRegistry(): IdRegistry
Returns the IdRegistry instance.
The IdRegistry instance.
public function getSymbolRegistry(): SymbolRegistry
Returns the SymbolRegistry instance for actual frame.
The actual SymbolRegistry instance.
public function getAS3Registry(): AS3Registry
Returns the AS3Registry instance for actual frame.
The actual AS3Registry instance.
public function getDependencyRegistry(): DependencyRegistry
Returns the DependencyRegistry instance.
The DependencyRegistry instance.
public function getVariableRegistry(): VariableRegistry
Returns the VariableRegistry instance.
The VariableRegistry instance.
public function runImport( asset : NsFastXml ): Array<SWFTag>
Imports resources described by the asset parameter.
This function enables import modules to invoke foreign import modules by passing them the appropriate XML node.
| asset | the XML node describing the asset to be imported. |
The array of SWF tags imported by the foreign module.
Returns the flash version used by the asset library.
public function getFlashVersion() : Int
Returns the IdRegistry instance.
public function getIdRegistry(): IdRegistry
Returns the SymbolRegistry instance for actual frame.
public function getSymbolRegistry(): SymbolRegistry
Returns the AS3Registry instance for actual frame.
public function getAS3Registry(): AS3Registry
Returns the DependencyRegistry instance.
public function getDependencyRegistry(): DependencyRegistry
Returns the VariableRegistry instance.
public function getVariableRegistry(): VariableRegistry
Imports resources described by the asset parameter.
public function runImport( asset : NsFastXml ): Array<SWFTag>