From: Sean Gallo <[EMAIL PROTECTED]>
Subject: RE: netscape callback problem

Actually - for what it's worth - those ".class" files WERE being distributed
with the incorrect file extensions.  I don't know exactly when it stopped,
but the files known as RAObserver.class, RMObserver.class, and
RAPlayer.class used to actually be .java files.

So Doug - you're not crazy :)

-----Original Message-----
From: RealForum [mailto:[EMAIL PROTECTED]]
Sent: Friday, April 14, 2000 12:12 PM
Subject: RE: netscape callback problem


From: "Brook, Andy" <[EMAIL PROTECTED]>
Subject: RE: netscape callback problem

? The files contained within rpcl3260.zip are compiled java files, you wont
get the source by loading it into a text editor but you will see what
methods
are available...

Another thing to try is using jactivex, which hoiks out java interfaces etc
to the RealPlayer activeX control, vis:

jactivex rmoc3260.dll -d c:\temp

which puts the following files in c:\temp\rmoc3260

   DRealAudioEvents.java
   IRealAudio.java
   RealAudio.java

Implement all methods, check what pops up.  Advise() and AdviseG2() do
different things, trial and error will be your only option, I stuck with
advise() in the end for simplicity...

p.s. If you ever work out how to have a single player under Netscape,
call adivise on it, play a clip, then call advise again with a different
target without getting the player to crash, Id like to hear from you!


Hope that helps !
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]>

Reply via email to