-
1
- #1
Greetings,
I have a webpage with an embedded sound file which is called via a javascript functino to play on an onclick event. It works fine in Interent Expleore and Netscape, but i get the following error in firefox:
Error: document.sound1.Play is not a function
Source File: Line: 19
The function is:
function playSound(){
document.sound1.Play();
}
I have a webpage with an embedded sound file which is called via a javascript functino to play on an onclick event. It works fine in Interent Expleore and Netscape, but i get the following error in firefox:
Error: document.sound1.Play is not a function
Source File: Line: 19
The function is:
function playSound(){
document.sound1.Play();
}