Previous Element | Next Element |
Image
This defines a image symbol that can be used within the
movie. This symbol can be used as an image referenced in an
ImageFill of a Shape element, the image in an ImageShape, or
exported as a symbol.
Attributes
id | A unique name for the symbol within the movie. | |
Type | String | |
imageType | The image format used to store the image. | |
Values |
| |
Default Value | JPEG2 | |
resourceType | The type of file used to store the image. An SWF format is an SWF file in which the image is already pre-processed and stored as SWF. Most commonly, this is as a result of a previous SWF decompilation. The first Image symbol found in the movie is used. | |
Values | External SWF | |
Default Value | External | |
resourceLocation | Identifier for this resource within the repository. For the default 'File' repository this is the file name within the images directory. | |
Type | String | |
Default Value | No default | |
format | Informational attribute for images of type 'Lossless' produced on decompilation. Not used on input. | |
Values | 8-bit 16-Bit 32-Bit | |
width | Informational attribute for images of type 'Lossless' produced on decompilation. Not used on input. | |
Type | Integer | |
Default Value | No default | |
height | Informational attribute for images of type 'Lossless' produced on decompilation. Not used on input. | |
Type | Integer | |
Default Value | No default |
Child Elements
DescMetadata
Parent Elements
RepositoryExamples
ImageFill ExamplesImageShape Example
Previous Element | Next Element |