Smil performance issues

I am using the following smil file code and saving the file as a .mov so it
will play in quicktime. It takes forever to load the screen, The entire
movie flickers when I change the slides in sequence with the video. I am
stuck I can't figure it out. I have deleted everything but the background
and it still has a problem loading.


the code:

SMILtext<?xml version="1.0"?>
<smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions"
qt:autoplay="true" qt:immediate-instantiation="false" qt:time-slider="true"
qt:next="lecture_2.mov" show="replace">

<head>
	<meta name="Title" content="Lecture1 Title"/>
	<meta name="Author" content="Higher Ed Holdings"/>
	<meta name="Copyright" content="(c) 2006 American College of Education."/>

<layout>
	<root-layout background-color="#000000" width="660" height="410"/>
	<region z-index="1" id="background" top="0" left="0" width="660"
height="410" background-color=""/>
	<region z-index="2" id="video" top="56" left="22" width="170" height="170"
background-color="#000000"/>
	<region z-index="2" id="key1" top="297" left="11" width="189" height="35"
background-color="#000000"/>
	<region z-index="2" id="key2" top="332" left="11" width="189" height="37"
background-color="#000000"/>
	<region z-index="2" id="key3" top="369" left="11" width="189" height="34"
background-color="#000000"/>
	<region z-index="2" id="slide" top="52" left="208" width="441" height="351"
background-color="#000000"/>
</layout>

</head>

<body>
	<par>
	
	 background.jpg 
	<video region="video" id="video1" src="K1/lecture.mov" begin="00:00"
qt:bitrate="56000" clipBegin="npt=00:00.00" clip-begin="npt=00:00.00"
clipEnd="npt=02:16.92" clip-end="npt=02:16.92"/>
	
	 lecture_1.mov 
		 K1/KeyDown.gif 
	 
	
	 lecture_2.mov 
	 K2/KeyUp.gif 
	 
	
	 lecture_3.mov 
	 K3/KeyUp.gif 
	 
	
	 K1/slide3.jpg </img>
	 K1/slide4.jpg </img>
	 K1/slide5.jpg </img>
	 K1/slide6.jpg </img>
	 K1/slide7.jpg </img>
	 K1/slide8.jpg </img>
	 K1/slide9.jpg </img>
	 K1/slide10.jpg </img>
	 K1/slide11.jpg </img>
	</par>
	

</body>
</smil>

-- 
View this message in context: http://www.nabble.com/Smil-performance-issues-tf2432456.html#a6782754
Sent from the w3.org - www-smil mailing list archive at Nabble.com.

Received on Thursday, 12 October 2006 21:56:43 UTC