Dear all, I got errror when testing sound_test.htm with using Sound.play a mp3 file on Firefox 3.0. Do you have any suggestion for fixing this bug? Thanks, MOL
on 26.06.2008 21:04
on 26.06.2008 21:15
Got a link or example syntax? Are you sure you're including the library? Plenty of things could be going wrong besides the new browser... -- Matt Foster Ajax Engineer Nth Penguin, LLC http://www.nthpenguin.com
on 26.06.2008 21:29
Dear Matt,
I use the scriptaculous-js-1.8.1\scriptaculous-js-1.8.1\test\functional
\sound_test.html inside the package.
This file can play test mp3 file with IE7 and Firefox 2.x. But I just
updated my browser o Firefox 3.0 and some of
my program with Sound.play do not work.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>script.aculo.us Sound functional test file</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" /
>
<script src="../../lib/prototype.js" type="text/javascript"></
script>
<script src="../../src/scriptaculous.js" type="text/javascript"></
script>
</head>
<body>
<h1>script.aculo.us Sound test file</h1>
<a href="#" onclick="Sound.play('sword.mp3'); return false">play sound
(parallel)</a>
<a href="#" onclick="Sound.play('sword.mp3',{replace:true}); return
false">play sound (overwrite)</a>
<a href="#" onclick="Sound.disable(); return false">Mute</a>
<a href="#" onclick="Sound.enable(); return false">Enable sounds</a>
</body>
</html>
on 11.07.2008 18:00
Dear all, Have anyone got playing sound problem under FireFox 3.0? Do you have any suggestion? Thanks, M