From: "Antonio Carlos Coelho" <[EMAIL PROTECTED]>
Subject: RE: Problems when creating playlists using SMIL.

Hi David,

The playlist just appear on RealPlayer when the
first tag of the body is a <seq> one.
You could try to change your tags to look like
this... (it could take more time to load, but
I think that will work)

<smil>
        <seq>
                <par>
                     <img src="image.jpg" fill="freeze"/>
                     <audio src="track1.ra"/>
                </par>
                <par>
                     <img src="image.jpg" fill="freeze"/>
                     <audio src="track2.ra"/>
                </par>          <par>
                     <img src="image.jpg" fill="freeze"/>
                     <audio src="track3.ra"/>
                </par>          <par>
                     <img src="image.jpg" fill="freeze"/>
                     <audio src="track4.ra"/>
                </par>          <par>
                     <img src="image.jpg" fill="freeze"/>
                     <audio src="track5.ra"/>
                </par>
    </seq>
</smil>

I hope this could help, cheers,

______________________________________________
A C   C O E L H O
Streaming Media Specialist - StarMedia Broadband
Brazil
t. +55 11 3043 6565       www.starmedia.com.br

 > -----Original Message-----
 > From: [EMAIL PROTECTED]
 > [mailto:[EMAIL PROTECTED]]On Behalf Of RealForum
 > Sent: Wednesday, January 05, 2000 11:22 PM
 > Subject: Problems when creating playlists using SMIL.
 >
 >
 > 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