From: "Feinstein, Eric" <[EMAIL PROTECTED]>
Subject: Embedded Player and Controls
I'm trying to embed a player (audio) with separate controls. The SRC is a
SMIL file with a number of sequential audio streams. I have labeled the
playlist as "MY PLAYLIST". I have also labeled the individual RM files with
AUTHOR and TITLE information.
In G2 (ver 6.05), everything seems fine (for example, the artist and title
display in the status window)
BUT with version 6.07 (and I assume later), the playlist title shows up, NOT
the clip information. In fact, the status bar doesn't show status.
Any ideas???
Is this is "bug" with 6.05 that was "fixed" later?
Thanks,
Eric Feinstein
Here is a sample of the code I am using to embed the controls:
<object id="EMerge" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="300" height="55">
<param name="autostart" value="false">
<param name="controls" value="InfoPanel">
<param name="console" value="Clip1">
<param name="SRC" value="rtsp://parrish/emplaylist.smi">
</object>
<object id="EMerge2" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="40" height="20">
<param name="autostart" value="false">
<param name="controls" value="PlayButton">
<param name="console" value="Clip1">
<param name="SRC" value="rtsp://parrish/emplaylist.smi">
</object>
<!-- STOP BUTTON -->
<object id="EMerge3" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="40" height="20">
<param name="autostart" value="false">
<param name="controls" value="StopButton">
<param name="console" value="Clip1">
<param name="SRC" value="rtsp://parrish/emplaylist.smi">
</object>
<!-- POSITION SLIDER -->
<object id="EMerge4" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
width="180" height="20">
<param name="autostart" value="false">
<param name="controls" value="PositionSlider">
<param name="console" value="Clip1">
<param name="SRC" value="rtsp://parrish/emplaylist.smi">
</object>
And here's the SMIL file:
<smil>
<head>
<!-- Presentation attributes. -->
<meta name="title" content="EMerge Playlist"/>
<meta name="author" content="Emerge"/>
<meta name="copyright" content="(c)2000"/>
<meta name="playlistname" content="ESF"/>
</head>
<body>
<seq>
<audio src="Emerge/you_got_my_number.rm" author="The Brilliant Mistakes"
title="You Got My Number"/>
<audio src="Emerge/my_only_obsession.rm" author="Jill Gioia" title="My
Only Obsession"/>
</seq>
</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]>