mediaSlides.xml 2.94 KB
<?xml version="1.0"?>
<medialist basePath="" transitionOutStyle="fade" type="swf" imageDisplayTime="5" streamingServerPath="" loop="true">
	<!-- basepath on Tenzing's dev server = "/09-095-028vc%20Corporate%20Video%20AR/publish/"  -->
	
	<!-- 
			
			PATH NOTE:
			basepath is used for all media UNLESS streamingServerPath is defined, 
			in which case streamingServerPath will override all paths for type "vid".
			For streaming media, the path syntax changes: 'mp4:foldername/vidfilename'
			
			Using the basepath or streamingServerPath should not be used if the media
			is distributed across several servers. Rather use the full path for each media.
					
			
			LOOP NOTE:
			To loop, make sure to comment out the first slide. It contains a stop() within it.
			
			
			BUG NOTE:
			Load is not being cancelled due to a bug in Flash Player 9.
			We've balanced preload and avoid load as best we can. 
			
	-->
    <media menuTitle="Title Screen" 			menuIndentLevel="0"  type="swf" scale="1" path="media/00A.swf" />

    <media menuTitle="Introduction" 			menuIndentLevel="0"  type="vid" scale="2" path="media/01.f4v" secondsToTrimOffEnd="0" />
    <media menuTitle="Slides" 				menuIndentLevel="1"  type="swf" scale="1" path="media/01A.swf" />
    
    <media menuTitle="Community Builder"	 	menuIndentLevel="0"  type="vid" scale="2" path="media/02.f4v" secondsToTrimOffEnd="0" />
    <media menuTitle="Slides" 				menuIndentLevel="1" type="swf" scale="1" path="media/02A.swf" />
    
    <media menuTitle="Performance" 			menuIndentLevel="0"  type="vid" scale="2" path="media/03.f4v" secondsToTrimOffEnd="0" />
    <media menuTitle="Slides" 				menuIndentLevel="1" type="swf" scale="1" path="media/03A.swf" />
    
    <media menuTitle="Products & Services" 	menuIndentLevel="0"  type="vid" scale="2" path="media/04.f4v" secondsToTrimOffEnd="0" />
    <media menuTitle="Slides" 				menuIndentLevel="1" type="swf" scale="1" path="media/04A.swf" />
    
    <media menuTitle="Values" 				menuIndentLevel="0"  type="vid" scale="2" path="media/05.f4v" secondsToTrimOffEnd="0" />
    <media menuTitle="Slides" 				menuIndentLevel="1" type="swf" scale="1" path="media/05A.swf" />
    <media menuTitle="Scott & Kim Video" 			menuIndentLevel="1"  type="vid" scale="2" path="media/TV_SCOTT_WITHBG-H264.f4v" secondsToTrimOffEnd="0" />
    <media menuTitle="Kim Video" 			menuIndentLevel="-1"  type="vid" scale="2" path="media/TV_KIM_WITHBG-H264.f4v" secondsToTrimOffEnd="0" />
    <media menuTitle="Closing Slide" 				menuIndentLevel="-1" type="swf" scale="1" path="media/05B.swf" />

    <media menuTitle="Passing the Torch" 	menuIndentLevel="0"  type="vid" scale="2" path="media/06.f4v" secondsToTrimOffEnd="0" />
	
    <!-- Sound media is not yet implemented...
    <media menuTitle="" 						menuIndentLevel="-1" type="snd" path="media/?" desc="Sound that can't be contained within the other media." >
    	<cuepoint time="" desc="" />
    	<cuepoint time="" desc="" />
    </media>
    -->
</medialist>