<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!-- <!DOCTYPE Movie SYSTEM "dtd/RVML.dtd"> --> <Movie version='6' rate='12' backgroundColor='white' compressed='Yes' width="400" height="300" xmlns="http://www.kineticfusion.org/RVML/2.0"> <Title> Simple MP3 Sound Example </Title> <Desc> Loads in an external MP3 sound and plays it once on entry to the main timeline </Desc> <Repository repositoryType='AbsoluteFile'> <Sound id='sound' format='MP3' resourceType='External' resourceLocation='/temp/exampleResources/sounds/Sound1.mp3' /> </Repository> <Definitions> <!-- Elements for informational header --> <FontDefinition id='Arial' fontName='Arial' fontStyle='(bold)' fontRange='defined' /> <EditField id='info' bounds='bounds(0, 0, 0, 0)' fontID='Arial' fontSize='10.0' color='black' properties='(systemFont, autosize)'> <InitialText>This is a sound source from an MP3 sound sourced from an MP3 file</InitialText> </EditField> </Definitions> <Timeline> <Frame> <PlaceSound name='sound'> <SoundInfo uniquePlay='No' stopPlaying='No' loopCount='1' /> </PlaceSound> <Place name='info' depth = "100" x="20" y="200"/> </Frame> </Timeline> </Movie>