From: Andrew Wason <[EMAIL PROTECTED]>
Subject: RE: Callback Methods
At 09:35 AM 2/23/00 -0800, RealForum wrote:
> > <SCRIPT language="VBS">
> > Sub MyRealPlayer_OnAutoGotoUrl(byVal url, byVal target)
> >
> > // do something here
> >
> > End Sub
> > </SCRIPT>
>
>An excellent question that I'm trying to find an answer to as well since
>I don't to be using VBScript for processing the callbacks. I haven't
>seen any documentation on how to do it with Javascript and my attempts
>so far haven't been called by the G2 object.
You should be able to use this in IE:
<script language="JavaScript" for="MyRealPlayer"
event="OnAutoGotoUrl(url,target)">
// handle event here
</script>
Andrew
--
Andrew Wason
softcom
[EMAIL PROTECTED]
*******************************************************
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]>