org.asaplibrary.management.flow

Package
Classpath: org.asaplibrary.management.flow
Enables to navigate a multi-part Flash movie using the principle of deep links. Uses LocalController subclass FlowSection to identify movie "sections". The syntax to go to a new section is simply: FlowManager.defaultFlowManager.goto("Intro"); See FlowManager for usage details.

Classes

FlowManager

Enables to navigate a multi-part Flash movie using the principle of deep links.

FlowNavigationData

Navigation properties for FlowSection names.

FlowNavigationEvent

Event objects that are dispatched by FlowManager.

FlowOptions

FlowSection relation types and display mode types.

FlowRule

Behavior rule for FlowManager when traversing from one state to the other.

FlowSection

Building block of navigatable site sections.

IFlowSection

Building block of navigatable site sections.

LocalControllerFlowSection

FlowSection that stands in as LocalController, to be used as main controller for external SWFs.