simultaneous .rp playback

  Hi
I have been unable to solve this problem for a while and would  
appreciate any comments.
realplayer 10 does not play the same rp file in more than one different  
region simultaneously. Only one region is displaying the rp media,  
always the first region listed in the code. With video and images the  
player does display clips in nultiple regions simultaneously. Is this a  
normal behavior for realplayer 10? Is something wrong with my code?
the smil code used was copied from the realplayer production guide  
(last item chapter 12)
http://service.real.com/help/library/guides/realone/ProductionGuide/ 
HTML/realpgd.htm?page=htmfiles/smilintr.htm%23182547

<smil xmlns="http://www.w3.org/2001/SMIL20/Language";>
<head>
<layout>
<layout>
<root-layout width="360" height="120"/>
<region id="video_region1" regionName="video" soundLevel="0%"
right="50%" fit="fill"/>
<region id="video_region2" regionName="video" left="50%" fit="fill"/>
</layout>
</head>
<body>
<seq>
<video src="images.rp" region="video"/>
</seq>
</body>
</smil>

Received on Monday, 4 July 2005 16:14:44 UTC