From: [EMAIL PROTECTED]
Subject: Re: callback examples?
Rylan:
You need to see if the player is in a state that can handle SetPosition()
calls.
Here's what I use that appears to work fine:
if ( player.CanPlay() ) player.DoPlay();
player.SetPosition( pos );
Brad
RealForum <[EMAIL PROTECTED]> on 02/01/2000 05:44:40 PM
Please respond to [EMAIL PROTECTED]
To:
cc: (bcc: Brad Howes/Dragon Systems USA)
Subject: callback examples?
From: "Rylan North" <[EMAIL PROTECTED]>
Subject: callback examples?
Past postings refer to this url for callback examples:
http://www.real.com/devzone/tools/demos/java/racallbacks.html
Unfortunately, I just get a file not found when I go there.
I'm having problems seeking to a new position in the clip, with JavaScript,
when the player is stopped. I gather that I might need to do something with
the OnPositionChange callback in order to get the clip to play from the
correct position. I have read the Real documentation and have sifted
through the forum archives, but would find the going easier if I had a full
and up to date example.
Could anybody point me in the right direction?
Thanks in advance,
Rylan North
*******************************************************
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]>