I had all the problems you described in your message.
I find this page on Real Site:
http://tinyurl.com/6bv8s
you can see that the Real Object embedded in the page works fine wit
control buttons (Play, Pause, Stop, GetState, etc...)
After looking this page I understand that my problem was on the name o
the embedded object (i called the object "Player1").
I simply changed object name and now it works fine!
I attach the txt file with source code of the embedded player wit
controls button.
I hope this will help you!
Bye
Daniele
Lucien Wrote:[color=blue]
> I have the latest version of RealOne installed. It is a Javascript
> callback problem. I can play Realaudio files but I can't call th
> plugin
> with javascript. Any help would be appreciated.
> Lucien
>
> Martin Honnen wrote:
>
>
>
> Lucien wrote:
>
> I have trouble using JavaScript to access an embedded real audio in
> netscape navigator 7.1 and mozilla 1.4 and 1.5 (It seems to work i
> NS
> 4.7)
>
> Eg.
>
> EMBED NAME=javademo SRC="test.rpm" WIDTH=220 HEIGHT=180 CONSOLE=one
> CONTROLS=ImageWindow BACKGROUNDCOLOR=white
> MAINTAINASPECT=true
>
> !-- Form Buttons using JavaScript Controls--
>
> FORM
> INPUT TYPE="button" VALUE="Play"
> onClick="document.javademo.DoPlay()"
> /form
>
> The javascript error: "document.javademo.DoPlay is not a function"
> any suggestions?
>
>
> A plugin that allows scripting with Netscape 4 doesn't suppor
> scripting
> with Netscape 7 so you need to check whether there is a new versio
> of
> the Real Player plugin that allows scripting with Netscape 7[/color]
+-------------------------------------------------------------------
|Filename: playback1.txt
|Download: 2553
+-------------------------------------------------------------------
--
dancos