LocalControllerFlowSection
Kind of class: | public class |
---|---|
Package: | |
Inherits from: |
|
Implements: |
|
Classpath: | org.asaplibrary.management.flow.LocalControllerFlowSection |
File last modified: | Wednesday, 11 May 2011, 18:40:41 |
FlowSection that stands in as LocalController, to be used as main controller for external SWFs.
Usage
-
public class Section1 extends LocalControllerFlowSection { function Section1 () { super( "Section1" ); alpha = 0; visible = false; if (isStandalone()) { startStandalone(); } } }
Summary
Instance methods
-
startMovie
() : void
- Dummy implementation of !LocalController#startMovie.
-
stopMovie
() : void
- Dummy implementation of !LocalController#stopMovie.
- isStandalone () : Boolean
Instance methods inherited from FlowSection
Instance methods
isStandalone
function isStandalone() : Boolean
Returns
- True if the Section is the Document class.