Play sound in mobile browser?
Posted
by John
on Stack Overflow
See other posts from Stack Overflow
or by John
Published on 2010-05-20T00:20:25Z
Indexed on
2010/05/20
0:30 UTC
Read the original article
Hit count: 341
I want to make myself a web based stop watch for training that I can use on my Blackberry mobile browser.
The stopwatch should count 3 minutes, then ring a bell, wait 1 minute, then ring another bell and then repeat.
My problem is I can't seem to get sound to work on my blackberry browser.
I tried using <embed src="bell.wav">
which works fine in the browser of a normal computer, but it doesn't make a sound on my blackberry.
Should I build this stopwatch with Javascript and HTML or should I build it with flash?
© Stack Overflow or respective owner