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
-----Original Message-----
From: RealForum [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 22, 2000 4:29 PM
Subject: Re: custom slider bar
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.
*******************************************************
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]>