From: Sebastien_Delgrande <[EMAIL PROTECTED]>
Subject: Re: custom slider bar
Is this line of test associated to an event such as 'yourslider.move'? Or do
you plan to have it in a loop?? Anyway, there is only a few chances that you
get the exact value 2000 by any method... Try using >=
I get the clip position in several project using the GetPosition method. No
pb with this.
Sebastien Delgrande
AMS
----- Original Message -----
From: RealForum <[EMAIL PROTECTED]>
Sent: Friday, March 24, 2000 12:30 AM
Subject: RE: custom slider bar
> From: Charlene Saunders <[EMAIL PROTECTED]>
> Subject: RE: custom slider bar
>
> I don't get an error message, just nothing happens. For testing purposes,
> I tried using an alert when the clip position gets to a certain spot for
> example:
>
> if(video.GetPosition()==2000){
> alert(video.GetPosition());
> }
>
> when the GetPosition is set to 0 (which is the beginning of the clip), I
> get the alert, but when it's set to anything higher, it doesn't execute.
>
> thanks,
> 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]>