Re: [jQuery] Re: Sound

2009-11-10 Thread Cesar Sanz

It is really impressive!!!

- Original Message - 
From: shapper mdmo...@gmail.com

To: jQuery (English) jquery-en@googlegroups.com
Sent: Saturday, November 07, 2009 8:35 AM
Subject: [jQuery] Re: Sound


On Nov 5, 11:14 pm, Erik Beeson erik.bee...@gmail.com wrote:

No jQuery necessarily needed for this. Plenty of information here:
http://www.google.com/search?q=html+embed+audio


Not if a Play and Stop button is required ... Or maybe even a music
list.

I found the following:
http://www.happyworm.com/jquery/jplayer/

What do you think?

Thanks,
Miguel


[jQuery] Re: Sound

2009-11-07 Thread shapper
On Nov 5, 11:14 pm, Erik Beeson erik.bee...@gmail.com wrote:
 No jQuery necessarily needed for this. Plenty of information here:
 http://www.google.com/search?q=html+embed+audio

Not if a Play and Stop button is required ... Or maybe even a music
list.

I found the following:
http://www.happyworm.com/jquery/jplayer/

What do you think?

Thanks,
Miguel


[jQuery] Re: sound library for jQuery

2007-12-14 Thread Jörn Zaefferer


sawmac schrieb:

Has anyone developed a sound plugin for jQuery like the one Prototype
has?

I just saw a game with interactive sound controlled by JavaScript:
http://wholewheatweb.com/

The sound library is here:
http://wholewheatweb.com/javascripts/sound.js
  

Give this a try: http://dev.jquery.com/view/trunk/plugins/sound/

A port of the scriptacolous sound.js library, based on jQuery and some 
slight API changes. Works for me on IE6, FF2, Safari 3 and Opera 3, 
though that result may differ depending on plugins installed.


If I get a few more test results or other feedback, I'd set up a plugin 
page and a bit more documentation.


Jörn