SWF-Based Skin Libraries

A SWF-based skin library is a SWF 9 file in which skins are stored as individual assets exported by name. A skin from a SWF-based skin library may be referenced in IML by its name.

Example

<?xml version="1.0"?>
<viewer xmlns="http://issuu.com/viewer/1.0" backgroundColor="#111111">
 
 <skin source="skins.swf"/>
 
 <button action="fullScreen" upState="#FullScreenButton_up" ... />
 
 ...
 
</viewer>

In the example above, the button element's upState attribute refers to the FullScreenButton_up skin using its name.

 

Note: For a description of how to create a SWF-based skin library in the Adobe Flash authoring environment, see Creating a Skin Library Using Adobe Flash.

 

Contents