The content element defines embedded binary resources for image, sound, font, bitmapFillStyle and sprite elements.
<content type="contentType" [encoding="contentEncoding"]>
<![CDATA[Base64 encoded binary data goes here...]]>
</content>
Name |
Description |
Value type |
Optional |
Default Value |
type |
Content type for this binary resource. |
no |
- |
|
encoding |
Defines encoding method for this binary resource. Only base64 encoding is now supported. |
yes |
base64 |
image, bitmapFillStyle, sound, font, sprite