Module basics
A Module in xJSFL terms describes two things simultaneously:
- A related collection of files under a xJSFL/modules/ subfolder (content)
- A Flash Panel and its AS3:JSFL communication (functionality)
What makes JSFL modules different from your garden-variety Flash panel is:
- Base Module classes (both JSFL and AS3) provide a platform from which to work from
- Modules have access to configuration and assets as standard
- AS3 and JSFL code is kept strictly separate
- JSFL / AS3 communication is handled
Comments are closed.