Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread David Duymelinck
Sean O schreef: > Hi, > > > I've created a new jQuery plugin, jMP3, to easily make MP3s playable > directly on most any web site. > Damn damn damn. It's all ready there, just skip my last message. Now i know why my plugin didn't make the plugin list and yours did :) -- David Duymelinck __

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread David Duymelinck
Sean O schreef: > Hi, > > > I've created a new jQuery plugin, jMP3, to easily make MP3s playable > directly on most any web site. > Damn I made a mp3 plugin myself, also as a first attempt, but I will use yours :) The flashplayer you use is better than the del.ico.us one. The last thing i add

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Jörn Zaefferer
Sean O schrieb: > I'll read up more on that for my next plugin ;) > You are welcome! I added your plugin to the list ( http://jquery.com/docs/Plugins/ ) :-) -- Jörn ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Sean O
Yehuda, I believe the FLA source file is available in the player download: http://jeroenwijering.com/upload/flash_single_mp3_player.zip The author also has a player for multiple files/playlists: http://jeroenwijering.com/?item=Flash_MP3_Player Looks like he includes the source for this as well.

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Yehuda Katz
Can I see the FLA file?-- YehudaOn 10/10/06, Sean O <[EMAIL PROTECTED]> wrote: Hi,I've created a new jQuery plugin, jMP3, to easily make MP3s playabledirectly on most any web site.Information, demos and code:http://www.sean-o.com/jquery/jmp3/ Let me know what you think.  It's my first plugin, so be

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Sean O
Hi Jörn, Jörn Zaefferer wrote: > > What I like about it: > It works on Opera 8.54 & 9.02 and IE7RC1, too. > Clean and structured code, good examples provided. There were some > updates to the Plugins/Authoring guide which you may want to include. > Thanks for the browser tests. I'm sure Saf

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Jörn Zaefferer
Hi Sean! > I've created a new jQuery plugin, jMP3, to easily make MP3s playable > directly on most any web site. > > Information, demos and code: > http://www.sean-o.com/jquery/jmp3/ > > Let me know what you think. It's my first plugin, so be gentle! > What I like about it: It works on Opera 8.

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Sean O
ork. You'd need: > > if(jQuery.browser.msie){ > this.outerHTML = this.outerHTML; > } > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Kurt Mackey > Sent: Tuesday, October 10, 2006 11:16 AM > To: jQuery Discussion. >

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Kurt Mackey
.outerHTML; }); } Verified to work in IE6. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sean O Sent: Tuesday, October 10, 2006 11:09 AM To: discuss@jquery.com Subject: Re: [jQuery] New Plugin: jMP3 Hi Andy,

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Sam Collett
On 10/10/06, Sean O <[EMAIL PROTECTED]> wrote: > > Hi, > > > I've created a new jQuery plugin, jMP3, to easily make MP3s playable > directly on most any web site. > > Information, demos and code: > http://www.sean-o.com/jquery/jmp3/ > > Let me know what you think. It's my first plugin, so be gentl

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Kurt Mackey
1:09 AM To: discuss@jquery.com Subject: Re: [jQuery] New Plugin: jMP3 Hi Andy, Thanks for the compliments. The IE Flash Fix is a known issue -- the "Eolas workaround" I reference on the plugin page under Plugin Information. I've tried combinations of the suggestions on http://jquer

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Kurt Mackey
Subject: Re: [jQuery] New Plugin: jMP3 Hi Andy, Thanks for the compliments. The IE Flash Fix is a known issue -- the "Eolas workaround" I reference on the plugin page under Plugin Information. I've tried combinations of the suggestions on http://jquery.com/docs/Cookbook/, but n

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Sean O
Hi Andy, Thanks for the compliments. The IE Flash Fix is a known issue -- the "Eolas workaround" I reference on the plugin page under Plugin Information. I've tried combinations of the suggestions on http://jquery.com/docs/Cookbook/, but nothing seems to work. There are a few .js files that cl

Re: [jQuery] New Plugin: jMP3

2006-10-10 Thread Andy Matthews
Very nice. Good looking as well. A comment. - I know that this is probably a user thing, but you need to implement the IE Flash fix on your examples. You might even consider merging it in with your codebase. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of