Re: [jQuery] del.icio.us powered mp3 player plugin

2006-08-30 Thread David Duymelinck
Franck Marcia schreef: > I tested it with IE5.5, IE6, IE7RC1, FF1.5.0.6 and Opera9 and it works > fine... if you remove and only keep : > http://fmarcia.info/jquery/mp3/mp3.html > Thanks this really did the trick and cut down the code a lot. I will add a more flexible optional parameter field

Re: [jQuery] del.icio.us powered mp3 player plugin

2006-08-29 Thread Franck Marcia
David, I tested it with IE5.5, IE6, IE7RC1, FF1.5.0.6 and Opera9 and it works fine... if you remove and only keep : http://fmarcia.info/jquery/mp3/mp3.html I don't know if is mandatory for other browsers; if so, you could use $.browser to check it. Franck.

Re: [jQuery] del.icio.us powered mp3 player plugin

2006-08-29 Thread David
Andy Matthews schreef: > It never worked for me. IE 6+ for the PC. > You are right it doesn't work on IE6 or IE7. I assumed it worked because i saw the player appear but it gets stuck loading. I have no idea how to fix this, anyone else does? There was a major flaw in the code but i set it st

Re: [jQuery] del.icio.us powered mp3 player plugin

2006-08-29 Thread John Resig
I like it :-) A simple addition would provide a bunch of functionality: $("[EMAIL PROTECTED] $= .mp3]").mp3player(); That will find all links that point to an MP3 file and automatically convert them to an MP3 Player. Keep up the good work! --John On 8/28/06, David <[EMAIL PROTECTED]> wrote:

Re: [jQuery] del.icio.us powered mp3 player plugin

2006-08-29 Thread Rafael Santos
essage-From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]]OnBehalf Of DavidSent: Monday, August 28, 2006 3:09 PMTo: jQuery Discussion.Subject: [jQuery] del.icio.us powered mp3 player plugin I made my first plugin for jquery. It's not really a difficult one toprogram but it adds a nice funct

Re: [jQuery] del.icio.us powered mp3 player plugin

2006-08-29 Thread Andy Matthews
It never worked for me. IE 6+ for the PC. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Sent: Monday, August 28, 2006 3:09 PM To: jQuery Discussion. Subject: [jQuery] del.icio.us powered mp3 player plugin I made my first plugin for jquery. It&#

[jQuery] del.icio.us powered mp3 player plugin

2006-08-29 Thread David
I made my first plugin for jquery. It's not really a difficult one to program but it adds a nice functionality to your mp3 links. Using the del.icio.us mp3 player you can let people preview your mp3s . The code and an example are on http://xwerocode.blogspot.com/2006/08/my-first-jquery-plugin.