Previous Element | Next Element |
Repository
This element defines the location of external resources such
as fonts, images, sounds and video. A Movie element can have
zero, one or more Repository elements.
Attributes
repositoryType | Defines the type of repository. This indicates the type of resources that are contained within the repository. | |
Values |
| |
Default Value | File | |
repositoryBase | An optional identifier specific to the repository type that indicates the location of the resources within the repository. For the repository type of 'File' this attribute represents the base directory where the repository is stored. Not used for other repository types. If the repository base is not specified, the the value of the configuration property kinesis.repository.directory is used. If the repositoryBase attribute is specified but the value is empty, or represents a relative file path, the base path for the repository will be created by appending the specified value of the repositoryBase attribute onto the folder of the RVML document. | |
Type | String | |
Default Value | The value of the kinesis.repository.directory configuration value | |
repositoryName | An identifier specific to the repository type that indicates the location of the resources for this movie relative to the specified base. For the repository type of 'File' this attribute represents the sub-directory under the base where resources are stored. Not used for other repository types. | |
Type | String |
Child Elements
SoundStreamsSound
Image
Font
Video
Parent Elements
MovieExamples
ADPCM Sound ExampleSimple MP3 Sound Example
Button Sound Example
EditField Transformations
Raw MP3 Example
Font Manipulation Examples
HTML Support in EditFields
Font Range Examples
ActionScript on the Timeline
ImageFill Examples
ImageShape Example
Timeline Replace Examples
Text Segments Example
Sound Envelope Example
Clipping and Text Clipping Example
Simple MP3 Sound From URL Example
Video Example
Previous Element | Next Element |