From: "Brook, Andy" <[EMAIL PROTECTED]> Subject: RE: Netscape Callbacks Example - playstatechange > -----Original Message----- > From: RealForum [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 25, 2000 12:54 AM > Subject: Netscape Callbacks Example - playstatechange > > > From: "Matt Friedman" <[EMAIL PROTECTED]> > Subject: Netscape Callbacks Example - playstatechange > > > I am finding that the Embed Guide is very sketchy on how to use = > LiveConnect to receive callbacks from the realplayer. > > I am looking for an instructional example or if you are > feeling really = > ambitious, a tutorial on the subject. I especially want to use the = > playstatechange event. > > I'm pretty good with JavaScript but when it comes to Java, I > honestly = > don't know much. > > Any help would be really appreciated. Thanks! > Matt. > First of all go and get the Netscape JavaScript debugger - flakey but invaluable never the less! This will allow you to browse an embedded player (as per docs) and expose the API that the NS plugin supports. The latest SDK docs 'gold' or whatever include details of enhanced api calls I think, including the 'advise(xxx)' method, which is used to tell the plugin to 'advise' xxx when events occur, easy innit ! Check the last week or so's postings, there was a link by a Real tech guy to a demo site showing how it all worked. The crux is that the xxx paramter should be a class that implements RMObserver. Go get em :) TTFN! Andy ******************************************************* 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]>
