From: Steve McMillen <[EMAIL PROTECTED]>
Subject: Re: custom slider bar
first make sure you are using 'GetPosition()' with a capital letter.
Also, what error are you getting? In netscape you might want to type
'javascript:' in the Location bar and in IE make sure you have notify
about script errors turned on in the prefs.
RealForum wrote:
>
> From: Charlene Saunders <[EMAIL PROTECTED]>
> Subject: custom slider bar
>
> I am in the process of creating a slider bar that functions like the
> positionSlider control. I have it working where the user is able to move
> the slider to a specific place in the clip;
>
> video.DoPause();
> video.SetPosition(3840);
> video.DoPlay();
>
> but would also like to have the slider move along as the clip plays (again
> like in the positionSlider control). I though it would work saying for
example:
>
> if(video.getPosition()==2000){
> curVertPos == 10 (the place where the slider is supposed to be)
>
> but that doesn't seem to work. Help!
>
> charlene
*******************************************************
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]>