L
Lucien
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 in 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?
Luciano
netscape navigator 7.1 and mozilla 1.4 and 1.5 (It seems to work in 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?
Luciano