From: Mark de Bokx <[EMAIL PROTECTED]>
Subject: Re: SMIL Files
RealForum wrote:
>
> From: Matt Behrens <[EMAIL PROTECTED]>
> Subject: SMIL Files
>
> We're trying to implement a series of web pages with frames. A REAL video
> will be set in one frame and we want to setup a second frame to display a
> series of "slides" (different web pages) one after the other that will be
> coordinated with the video. We have gone through the SMIL file and REAL
> Player G2 manuals and can't find a command that will syncronize video in
> one frame with web pages in another. I have seen this done once on
> another site. Is there any way to do this with the commands used in SMIL
> files? If not, do we have to write a javascript to do it for us? I am
> wondering if SMIL files can even do this because most of the SMIL files
> we've put together here just deal with splicing together several different
> pieces and viewing them in the REAL player. This isn't what we want to do
> here.
>
You do not need SMIl to do this. Use RMEVENTS (DOS exec. that comes
with Realprod +) to synchronize between slides and video/audio. See
this example:
u 00:00:00.0 00:00:03.0
&&(framename)&&http://www.yourhost.com/yourpages/slide1.html (or use
relative path)
u 00:00:04.0 00:00:09.0
&&(framename)&&http://www.yourhost.com/yourpages/slide2.html (or use
relative path)
etc. etc.
Regards
Mark
*******************************************************
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]>