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 Jun 27, 2:14 am, Matt Foster <[EMAIL PROTECTED]> wrote:
> 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, LLChttp://www.nthpenguin.com
>
> On Jun 26, 3:04 pm, MarkOfLinux <[EMAIL PROTECTED]> wrote:
>
>
>
> > 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to