From: Stephanie Linz-Gould <[EMAIL PROTECTED]>
Subject: SMIL crashes player
I'm relatively new to writing SMIL code, and according to the manual, this
*should* work, but every time I try to play it in RealPlayer (6, 7, or 7
plus) it crashes the system by, I think, trying to read an inaccessible
part of memory.
Any help would be greatly appreciated!
Stephanie Linz-Gould
The Code:
<smil>
<head>
<layout>
<root-layout width="575" height="315" background-color="blue"/>
<region id="videoreg" top="5" left="5" width="320" height="240"/>
<region id="picreg" top="5" left="330" width="240" height="240"/>
<region id="menureg" top="250" left="5" width="565" height="60"/>
</layout>
<meta name="base" content="rtsp://vid.cols.net/"/>
</head>
<body>
<par endsync="id(danse)">
<video id="danse" src="danse.rm" region="videoreg"/>
<seq>
<image src="images/slide01.jpg" begin="00:00:21.2" end="00:27.2"
region="picreg"/>
<image src="images/slide02.jpg" begin="00:27.8" end="00:33.5"
region="picreg"/>
<image src="images/slide03.jpg" begin="00:33.6" end="00:40.1"
region="picreg"/>
<image src="images/slide04.jpg" begin="00:40.2" end="00:45.8"
region="picreg"/>
</seq>
</par>
</body>
</smil>
*******************************************************
The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites. Archives of RealForum can
be found at http://realforum.real.com
If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:
unsubscribe realforum
or from another account, besides the address you subscribed with:
unsubscribe realforum <[EMAIL PROTECTED]>