Container Elements: viewer

viewer is the root element and represents the Viewer’s content area.

The xmlns attribute of the viewer element specifies a namespace URI identifying the version of the Viewer.

Example

<?xml version="1.0"?>
<viewer xmlns="http://issuu.com/viewer/1.0">
 
 <skin source="skins.swf"/>
 
 ...
 
</viewer>

 

In addition, the viewer element supports all the background attributes.

The layout rules of a viewer are the same as those of a canvas. i.e. objects may be freely positioned using the positioning attributes.

 

Contents