<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <!-- <!DOCTYPE Movie SYSTEM "dtd/RVML.dtd"> --> <Movie version='6' rate='12' width="500" height="100" backgroundColor='white' compressed='Yes' xmlns="http://www.kineticfusion.org/RVML/2.0"> <Title> Simple MP3 Sound From URL Example </Title> <Desc> Loads in an external MP3 sound from a specified URL and plays it once on entry to the main Timeline. </Desc> <Repository repositoryType='URL'> <Sound id='sound' format='MP3' resourceType='External' resourceLocation='file:///c|/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='14.0' color='black' properties='(systemFont, autosize)'> <InitialText>This is a sound located from a URL source</InitialText> </EditField> </Definitions> <Timeline> <Frame> <Place name="info" depth="1"/> <PlaceSound name='sound'> <SoundInfo uniquePlay='No' stopPlaying='No' loopCount='1' /> </PlaceSound> </Frame> </Timeline> </Movie>