Frames 

 No Frames

Previous Element
Replace

Next Element
RGBAColorTransform


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
File
All resources are stored in a directory tree root at the location of the repositoryBase/repositoryName directory. Under this will be a directory for each resource type: fonts, images, sounds, video. The font directory contains further sub-directories for Bold, Italic and BoldItalic. Resource names specify the file stored in the relevant directory. This is the default repository type on decompilation.
AbsoluteFile
All resources are stored as files and the resource names are absolute file names.
URL
All resources are represented as absolute URLs.
Server
All resources are stored in a user-specified UserResourceManagerType. This type is only valid for the Server Edition
Default ValueFile
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.
TypeString
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.
TypeString

Child Elements

SoundStreams
Sound
Image
Font
Video

Parent Elements

Movie

Examples

ADPCM Sound Example
Simple 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
Replace

Next Element
RGBAColorTransform