On May 24, 12:57 am, turbidity <
nils.thingv...@gmail.com> wrote:
> Hi Sean,
>
> The main process for making a skin is this:
>
> 1. Take an existing skin and save it under a different name
> 2. Alter the symbols in the library to have the appearance you want
> 3. export the SWF and specify its path in the config XML where the
> skin path is specified
>
> There's a set of buttons/controls allowable in the ControlBar. You can
> add and remove them generally at will as long as you give them the
> right instance names. To see what controls/instance names are
> available, look at the ControlBar class.
>
> That workflow is reliant on keeping the _code_ object in the library
> the same. If you want to modify the code behind the components to add
> or alter functionality, you'll need to remove the _code_ object and
> then in File > ActionScript Settings go in and add a source directory
> pointing at the src folder in the REOPS project. Then your FLA will be
> able to find the classes it needs for the components.
>