Content Elements: image

image specifies an image object.

An image may be loaded by setting the source attribute.

Example

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

In the example above, the skin Logo is loaded as an image.

The image element supports all the common attributes, except the background attributes.

 

Contents