- Notifications
You must be signed in to change notification settings - Fork21
articulate/storyline-sdk
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
##IntroductionThe Storyline 2 SDK consists of documentation, interfaces, and sample code that demonstrate how to customize the player that surrounds your Storyline slide content, referred to as the frame.
##Flash DocumentThe included Flash® document was created in Adobe® Flash® Professional CS6 and saved as an uncompressed document (.xfl). It is located in the folder namedCustomFrame.
###Document LibraryThe library is divided into four main folders (assets, components, panels, and windows). All the graphical assets for the sample frame are contained within these folders.
####assetsThe assets folder contains the common visual elements that are used within the project.
####componentsThe components folder contains the basic controls that are used on the frame such as buttons, scrollbars, etc.
####panelsLocated within the panels folder are the containers used to display the Menu, Glossary, Notes, and Resources as well as the sidebar and tab control used to navigate between these panels.
####windowThe window folder contains the windows used for displaying lightboxed slides, system messages (such as the resume prompt), as well as the slide container and background.
##ActionScript SourceAll ActionScript used in the sdk is located in thesrc folder. Here you will find two additional folders,customframe andcom/articulate/wg/v3_0.
####customframeThecustomframe folder contains the source files that provide the logic for the sample frame. The source files are organized into sub-folders and structured similarly to the library contained within CustomFrame.xfl.
####com/articulate/wg/v3_0The foldercom/articulate/wg/v3_0 contains the interface and event classes that define the interface used to communicate with Articulate Storyline flash runtime.
##DocumentationDocumentation for the interface and event classes is located in theDocumentation folder. The documentation can be viewed by openingindex.html within your browser.
##Using Your Custom FrameTo use your completed frame, rename your swf to frame.swf, navigate to the story_content folder located in your Storyline published output folder and replace the existing frame.swf in the story_content folder with your custom version.
##NotesMany of the library symbols rely on the AS source files contained in the src folder. The package structure of these source files mimic the folder structure of the library. (You can tell which symbols have associated AS class files by looking at the “AS Linkage” column in the library.)
The sample frame included in this SDK does not implement the following features that are available in the stock Articulate frame:
- Accessibility Support
- Custom color schemes
- Custom text strings
- Right-to-left text support
- Custom fonts
- Search
Although these feature have not been implementented in the SDK example, all the interfaces are defined to allow you to add them to your own custom frame.
About
Resources
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.