<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!-- <!DOCTYPE Movie SYSTEM "dtd/RVML.dtd"> -->
<Movie version='6' width='600' height='400' rate='12' backgroundColor='white' compressed='No'
    xmlns="http://www.kineticfusion.org/RVML/2.0">
    <Title>
        Importing symbols at runtime
    </Title>
    <Desc>
        Illustrates how multiple symbols can be imported from different movies at runtime.
    </Desc>
    <Definitions>
        <FontDefinition id='Arial' fontName='Arial' fontStyle='(bold)' fontRange='defined' />
        <EditField id='ImportField1' bounds='bounds(0,0,0,0)' fieldName='' 
            fontID='Arial' fontSize='10.0' alignment='left' charLimit='0' color='black' 
            properties='(systemFont, autosize)'>
            <InitialText>Imported from ImportExportSymbol</InitialText>
        </EditField>
        <EditField id='ImportField2' bounds='bounds(0,0,0,0)' fieldName='' 
            fontID='Arial' fontSize='10.0' alignment='left' charLimit='0' color='black' 
            properties='(systemFont, autosize)'>
            <InitialText>Imported from ExportSymbol</InitialText>
        </EditField>
    </Definitions>
    <ImportSymbols>
        <ImportSymbol id="Imported" libraryName="ImportExportSymbol.swf" importName="exportTest"/>
        <ImportSymbol id="CircleAndText" libraryName="ExportSymbol.swf" importName="CircleAndText"/>
    </ImportSymbols>
    <Timeline>
        <Frame >
            <Place name="Imported" depth="1"/>
            <Place name="CircleAndText" depth="2" x="300"/>
            <Place name="ImportField1" depth="3" x="10" y="300"/>
            <Place name="ImportField2" depth="4" x="300" y="300"/>
        </Frame>
    </Timeline>
</Movie>