From: David van Zeventer <[EMAIL PROTECTED]>
Subject: Problems when creating playlists using SMIL.

Hi there,

Currently i'm working on a SMIL presentation to create a jukebox with
audioparts.
However, when adding an image to the jukebox which should be visible
at all time, my playlist is removed in the player interface, and the par
section is played as one clip instead.
SMIL adds all the .ra time and still shows everything in sequence, but you
cannot jump to the next clip!

Here's a sample smil:
<smil>
   <par>
     <img src="image.jpg" fill="freeze"/>
     <seq>
       <audio src="track1.ra"/>
       <audio src="track2.ra"/>
       <audio src="track3.ra"/>
       <audio src="track4.ra"/>
     </seq>
   </par>
</smil>

This is played as one part.

Does anybody know how to get the smil player to play as a normal playlist
so you can skip to the next/prev clip.

Greetings,
David van Zeventer
VPRO Digitaal


*******************************************************
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]>

Reply via email to