Getting started with PanoSalado
Setting up programming environment and compiling basic PanoSalado files
FlashDevelop
- You must have JRE 6 or higher
- Download Flex SDK 3
- Download latest Flashdevelop
- Download latest PanoSalado source
- Install Flashdevelop, Unzip Flex, configure Flashdevelop to use Flex
- Unzip PanoSalado, get "PanoSalado Source"
- Open Flashdevelop, Project->New Project->AS3 Project, Set "Location" to directory of "PanoSalado Source", uncheck "Create directory for project"
- In new project browse file tree on the right, open PanoSalado.as
- Tools->Flash Tools->Build Current File (or Ctrl+F8) - PanoSalado.swf appears in root directory of the file tree on the right
- Repeat 8. and 9. for ModuleLoader.as
- Create and edit *.xml configuration file, for exemple and structure of such file see PanoSalado configuration
- Minimal set of files (besides images) required to get PanoSalado to work is PanoSalado.swf, ModuleLoader.swf, and *.xml configuration file. For schema of files dependencies see Introduction
- Try compiling and embeding into *.xml configuration file some plugins
- Start writing your own custom plugins/extensions. See examles at Extending PanoSalado
Flex Builder 3
link to related thread at PanoSalado.com forum
Flash CS4
link to related thread at PanoSalado.com forum