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=ImageW indow BACKGROUNDCOLOR =white
MAINTAINASPECT= true>
<!-- Form Buttons using JavaScript Controls-->
<FORM>
<INPUT TYPE="button" VALUE="Play"
onClick="docume nt.javademo.DoP lay()">
</form>
The javascript error: "document.javad emo.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=ImageW indow BACKGROUNDCOLOR =white
MAINTAINASPECT= true>
<!-- Form Buttons using JavaScript Controls-->
<FORM>
<INPUT TYPE="button" VALUE="Play"
onClick="docume nt.javademo.DoP lay()">
</form>
The javascript error: "document.javad emo.DoPlay is not a function"
any suggestions?
Luciano
Comment