From: Larry Bouthillier <[EMAIL PROTECTED]>
Subject: Re: Suggestions on audio with PPT slides

There are a variety of ways to do what you want using RealPlayer.  The easiest
would be to use RealPresenter to create the entire presentation directly from
Powerpoint.  For more control over the process, you could also export the
Powerpoint as HTML, and then use the GIFs or JPGs that Powerpoint creates in
that process to create your own SMIL/RealPix presentation that synchronizes the
slides with the (single) audio file. (for more on SMIL and RealPix, look at the
WebTechniques article and code example linked from my site at
http://www.people.hbs.edu/lbouthillier/smil/ and at the SMIL documentation at
Real's site).

To create an index of links into the presentation, you can do one of two
things. 1) Simply create links in a web page that point to .ram files that use
the start=hh:mm:ss parameter.  These links could be simple text or thumbnails
of the slides themselves.  The start time in the .ram file will cause the
player to jump to that point in the presentation.  2) If the RealPlayer is
embedded in the web page, you can use javascript and the setPosition() method
of the RealPlayer plugin to cause the presentation to seek ahead (or back) to
that point in the presentation.

Hope this helps.

Larry

RealForum wrote:

 > From: Sarah Fancher <[EMAIL PROTECTED]>
 > Subject: Suggestions on audio with PPT slides
 >
 > I work for a large public university and we're interested in placing
 > PowerPoint slides on the web with streaming Real Audio narration to
 > accompany the images.
 >
 > We would gladly welcome suggestions on how best to synchronize the
 > narration with the slides...
 >
 > ...Right now we're actually considering subdividing the narration into many
 > individual audio files to accompany each individual slide. The thought of
 > managing this many individual files is not very appealing, but we need an
 > easy way to incrementally sychronize the audio with the images because
 > students frequently may want to skip ahead or forward in the presentation.
 >
 > Is there a way to programmatically embed the "starting point" information
 > in the individual web pages where each slide is displayed? Thus, one could
 > perhaps still have one large audio file, but if students want to skip
 > around they'll still begin at the proper point for each slide?
 >
 > Any advice welcome.
 > Thank you,
 > -Sarah


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