Sorry, Paul. That's a blurp related to trying to get the first public
shipment out the door right during the holiday season. The code
quality has been improving in leaps and bounds though it's still a bit
hairy in out of the way places.
Use http://mediaplayer.yahoo.com/js instead for the latest stable
build. http://play.music.yahoo.com/now is supposed to be an alias for
that, and the alias must have gone south in a recent build.
Or http://mediaplayer.yahoo.com/latest if you're having problems and
want to see if they're fixed in the most recent rough+unstable codebase.
-Lucas
--- In yhoomediaplayer@yahoogroups.com, "paullll.irish"
<paullll.irish@...> wrote:
>
> I'm loading up http://play.music.yahoo.com/now in my browser. This
> currently redirects to
>
http://l.yimg.com/us.js.yimg.com/lib/mus/js/ymwp/webplayerloader-min-1.5.1.js
> which 404's.
>
> I tried stealing the code from Yahoo Music and fistfulayen, but to no
> avail. Both seem to require the YUI library code plus some other
> dependencies..
>
> Give me a holler when this is back in action. :)
>
Yeah, I think I'm using /js. You should be able to see the code by viewing source on fistfulayen.com. I think it's in the footer, between the close of html and body.
ian
----- Original Message -----
From: yhoomediaplayer@yahoogroups.com <yhoomediaplayer@yahoogroups.com>
To: yhoomediaplayer@yahoogroups.com <yhoomediaplayer@yahoogroups.com>
Sent: Wed Jan 02 20:34:33 2008
Subject: [yhoomediaplayer] Re: script URL is 404ing
Sorry, Paul. That's a blurp related to trying to get the first public
shipment out the door right during the holiday season. The code
quality has been improving in leaps and bounds though it's still a bit
hairy in out of the way places.
Hi guys,
I saw the news on Lucas twitter today about the release of the media
player, that looks nice! Congratulations!
In my attempt to try it though, following the instructions on
http://yahoomediaplayer.wikia.com/wiki/How_To_Link to link a Playlist,
I couldn't get it to work.
Can somebody please check this url and see if I missed anything:
http://hideout.com.br/setlists/ymediaplayertest.html
Doesn't work on neither Firefox 2 or Camino(latest nightly) on Mac, in
Safari it works better although it jumped a good chunk of the first
tracks, starting in the item #17?
Is it possible that my xspf is broken or malformed, I am suspecting
the problem on Safari are the identifiers on my XSPF that looks like
this: 684088:Track:1688, but still no clue why it doesn't load at all
on Firefox...
[]s
--
Fabricio C Zuardi
http://cchits.org
Thanks for getting right in there and giving it a workout, Fabricio. In FF/OS X at least the issue is the identifier elements. This is a bug in the XSPF parser. I'll log it.
I noticed a couple small additional issues with XSPF handling while I was tracking this down. But the good news is that your playlist looks great in the player what with all the metadata and images.
----- Original Message -----
From: yhoomediaplayer@yahoogroups.com <yhoomediaplayer@yahoogroups.com>
To: yhoomediaplayer@yahoogroups.com <yhoomediaplayer@yahoogroups.com>
Sent: Tue Jan 08 18:50:01 2008
Subject: [yhoomediaplayer] loading an xspf
Hi guys,
I saw the news on Lucas twitter today about the release of the media
player, that looks nice! Congratulations!
Doesn't work on neither Firefox 2 or Camino(latest nightly) on Mac, in
Safari it works better although it jumped a good chunk of the first
tracks, starting in the item #17?
Is it possible that my xspf is broken or malformed, I am suspecting
the problem on Safari are the identifiers on my XSPF that looks like
this: 684088:Track:1688, but still no clue why it doesn't load at all
on Firefox...
Only loading the first playlist is a new discovery. I wonder how it slipped by, given how much xspf is used on music.yahoo.com? Anyhow, I'll post it to bugzilla.
See http://stage.paulroub.com/audio/crashbasket for an example.
In a perfect world, I'd like to list and link to the individual songs
on the page, as normal. But as far as I can tell from the docs, the
only way to get the artist/album metadata in the player is via a
playlist link.
Tried linking to a playlist matching the songs in question, and the
player is now filled with two identical sets of songs -- the first
without metadata, the second with.
Pilot error on my part? Intended behavior?
-paul
You're right that a playlist is the only way to give us metadata right
now, and doubling the mp3 links so that they're in both the playlist and
the linking html document is indeed necessary to do what you want.
The way to keep the player from having two sets of identical links (one
with metadata and one without) is to shift out of quirks mode and into
strict mode. You can do this by adding class="htrack" to the
http://stage.paulroub.com/audio/xspf link. This will shift you into
strict mode, which means that you have to explicitly declare which links
to use. Once any link in a document has the class="htrack" marking,
only links which have that marking will be picked up by the player, so
the lone mp3 links that are currently being picked up as dups (but
without metadata) will stop getting picked up.
-Lucas
> -----Original Message-----
> From: yhoomediaplayer@yahoogroups.com
> [mailto:yhoomediaplayer@yahoogroups.com] On Behalf Of Paul Roub
> Sent: Tuesday, January 15, 2008 12:57 PM
> To: yhoomediaplayer@yahoogroups.com
> Subject: [yhoomediaplayer] Linking to playlist + individual
> songs == duplicates in player
>
> See http://stage.paulroub.com/audio/crashbasket
> <http://stage.paulroub.com/audio/crashbasket> for an example.
>
> In a perfect world, I'd like to list and link to the
> individual songs on the page, as normal. But as far as I can
> tell from the docs, the only way to get the artist/album
> metadata in the player is via a playlist link.
>
> Tried linking to a playlist matching the songs in question,
> and the player is now filled with two identical sets of songs
> -- the first without metadata, the second with.
>
> Pilot error on my part? Intended behavior?
> [mailto:yhoomediaplayer@yahoogroups.com] On Behalf Of Paul Roub
>
> Excellent. Thanks!
You're welcome. Don't hesitate to ask more stuff.
Speaking of random stuff, does anybody know the yahoogroups management
incantation to eliminate this gross horribleness in the footer of each
message:
>
>
http://blog.mjjames.co.uk/2008/01/yahoo-media-player-web-control.html
"
Well I wanted to use this in a small project I'm working on and
initially just added the JS to my page. However I thought wouldn't this
be useful if I could just add an ASP.Net Web Control into any page I
want this on, would save me x lines of code.
So I created myself a quick Web Control, YMPWebControl. Its quite simple
to use and by default all you have to do is put it into a page, and it
renders the appropriate JavaScript.
So here it is.
"
Hi all,
I'm trying to use the mp3 player in my CMS tool.
In this tool, files are stored in a media library, inside a database. So the link i have to attached files are technical ones, something like :
I assume that the yahoo script is scanning for .mp3 links. So i was wondering if there is a way to manage what i want to do.
- modifying the script?
- adding a parameter to my <a> tag ?
Any idea welcomed
Eric
-------------------------------------------------------------------------------------------
"Cette communication (y compris les pieces jointes) est reservee a l'usage exclusif du destinataire (des destinataires) et peut contenir des informations privilegiees, confidentielles, exemptees de divulgation selon la loi ou protegees par les droits d'auteur. Si vous n'etes pas un destinataire, toute utilisation, divulgation, distribution, reproduction, examen ou copie (totale ou partielle) est non-autorisee et peut etre illegale. Tout message electronique est susceptible d'alteration et son integrite ne peut etre assuree. Sanofi Pasteur decline toute responsabilite au titre de ce message s'il a ete modifie ou falsifie. Si vous n'etes pas destinataire de ce message, merci de le detruire immediatement et d'avertir l'expediteur de l'erreur de distribution et de la destruction du message. Merci.
This transmission (including any attachments) is intended solely for the use of the addressee(s) and may contain confidential information including trade secrets which are privileged, confidential, exempt from disclosure under applicable law and/or subject to copyright. If you are not an intended recipient, any use, disclosure, distribution, reproduction, review or copying (either whole or partial) is unauthorized and may be unlawful. E-mails are susceptible to alteration and their integrity cannot be guaranteed.Sanofi Pasteur shall not be liable for this e-mail if modified or falsified. If you are not the intended recipient of this e-mail, please delete it immediately from your system and notify the sender of the wrong delivery and the mail deletion. Thank you."
**********************************************************************
See http://yahoomediaplayer.wikia.com/wiki/How_To_Link#Playable_Links
You'll want to either
(a) add an "htrack" class to the links, as in:
<a href="http://mycms/getfile?ID=123" class="htrack">a song</a>
or
(b) add a type hint to the links, as in:
<a href="http://mycms/getfile?ID=123" type="audio/mpeg">a song</a>
Note that if you do the htrack version, you need to make sure it's on
*all* links you want to play. Once you use class="htrack", any other
links will be ignored, even if they end in .mp3
-paul
Eric.Bardoux@... wrote:
>
> Hi all,
> I'm trying to use the mp3 player in my CMS tool.
> In this tool, files are stored in a media library, inside a database. So
> the link i have to attached files are technical ones, something like :
>
> _Http://mycms/getfile?ID=123_
>
> I assume that the yahoo script is scanning for .mp3 links. So i was
> wondering if there is a way to manage what i want to do.
>
> - modifying the script?
> - adding a parameter to my <a> tag ?
>
> Any idea welcomed
>
> Eric
>
>
>
--------------------------------------------------------------------------------\
-----------
> "Cette communication (y compris les pieces jointes) est reservee a
> l'usage exclusif du destinataire (des destinataires) et peut contenir
> des informations privilegiees, confidentielles, exemptees de divulgation
> selon la loi ou protegees par les droits d'auteur. Si vous n'etes pas un
> destinataire, toute utilisation, divulgation, distribution,
> reproduction, examen ou copie (totale ou partielle) est non-autorisee et
> peut etre illegale. Tout message electronique est susceptible
> d'alteration et son integrite ne peut etre assuree. Sanofi Pasteur
> decline toute responsabilite au titre de ce message s'il a ete modifie
> ou falsifie. Si vous n'etes pas destinataire de ce message, merci de le
> detruire immediatement et d'avertir l'expediteur de l'erreur de
> distribution et de la destruction du message. Merci.
> This transmission (including any attachments) is intended solely for the
> use of the addressee(s) and may contain confidential information
> including trade secrets which are privileged, confidential, exempt from
> disclosure under applicable law and/or subject to copyright. If you are
> not an intended recipient, any use, disclosure, distribution,
> reproduction, review or copying (either whole or partial) is
> unauthorized and may be unlawful. E-mails are susceptible to alteration
> and their integrity cannot be guaranteed.Sanofi Pasteur shall not be
> liable for this e-mail if modified or falsified. If you are not the
> intended recipient of this e-mail, please delete it immediately from
> your system and notify the sender of the wrong delivery and the mail
> deletion. Thank you."
> **********************************************************************
>
De : yhoomediaplayer@yahoogroups.com [mailto:yhoomediaplayer@yahoogroups.com] De la part de Paul Roub Envoyé : jeudi 17 janvier 2008 15:19 À : yhoomediaplayer@yahoogroups.com Objet : Re: [yhoomediaplayer] How to detect link with no mp3 extension
Note that if you do the htrack version, you need to make sure it's on *all* links you want to play. Once you use class="htrack", any other links will be ignored, even if they end in .mp3
-paul
Eric.Bardoux@sanofipasteur.com wrote: > > Hi all, > I'm trying to use the mp3 player in my CMS tool. > In this tool, files are stored in a media library, inside a database. So > the link i have to attached files are technical ones, something like : > > _Http://mycms/getfile?ID=123_ > > I assume that the yahoo script is scanning for .mp3 links. So i was > wondering if there is a way to manage what i want to do. > > - modifying the script? > - adding a parameter to my <a> tag ? > > Any idea welcomed > > Eric > > > ---------------------------------------------------------- > "Cette communication (y compris les pieces jointes) est reservee a > l'usage exclusif du destinataire (des destinataires) et peut contenir > des informations privilegiees, confidentielles, exemptees de divulgation > selon la loi ou protegees par les droits d'auteur. Si vous n'etes pas un > destinataire, toute utilisation, divulgation, distribution, > reproduction, examen ou copie (totale ou partielle) est non-autorisee et > peut etre illegale. Tout message electronique est susceptible > d'alteration et son integrite ne peut etre assuree. Sanofi Pasteur > decline toute responsabilite au titre de ce message s'il a ete modifie > ou falsifie. Si vous n'etes pas destinataire de ce message, merci de le > detruire immediatement et d'avertir l'expediteur de l'erreur de > distribution et de la destruction du message. Merci. > This transmission (including any attachments) is intended solely for the > use of the addressee(s) and may contain confidential information > including trade secrets which are privileged, confidential, exempt from > disclosure under applicable law and/or subject to copyright. If you are > not an intended recipient, any use, disclosure, distribution, > reproduction, review or copying (either whole or partial) is > unauthorized and may be unlawful. E-mails are susceptible to alteration > and their integrity cannot be guaranteed.Sanofi Pasteur shall not be > liable for this e-mail if modified or falsified. If you are not the > intended recipient of this e-mail, please delete it immediately from > your system and notify the sender of the wrong delivery and the mail > deletion. Thank you." > ********************************************************************** >
-------------------------------------------------------------------------------------------
"Cette communication (y compris les pieces jointes) est reservee a l'usage exclusif du destinataire (des destinataires) et peut contenir des informations privilegiees, confidentielles, exemptees de divulgation selon la loi ou protegees par les droits d'auteur. Si vous n'etes pas un destinataire, toute utilisation, divulgation, distribution, reproduction, examen ou copie (totale ou partielle) est non-autorisee et peut etre illegale. Tout message electronique est susceptible d'alteration et son integrite ne peut etre assuree. Sanofi Pasteur decline toute responsabilite au titre de ce message s'il a ete modifie ou falsifie. Si vous n'etes pas destinataire de ce message, merci de le detruire immediatement et d'avertir l'expediteur de l'erreur de distribution et de la destruction du message. Merci.
This transmission (including any attachments) is intended solely for the use of the addressee(s) and may contain confidential information including trade secrets which are privileged, confidential, exempt from disclosure under applicable law and/or subject to copyright. If you are not an intended recipient, any use, disclosure, distribution, reproduction, review or copying (either whole or partial) is unauthorized and may be unlawful. E-mails are susceptible to alteration and their integrity cannot be guaranteed.Sanofi Pasteur shall not be liable for this e-mail if modified or falsified. If you are not the intended recipient of this e-mail, please delete it immediately from your system and notify the sender of the wrong delivery and the mail deletion. Thank you."
**********************************************************************
Check this out:
http://yahoomediaplayer.wikia.com/wiki/User:Cidcalefe
That guy posted a usable template for integrated the software into
Blogger, and he didn't know where to put it so he just stuck it there.
Wow. The sheer creative power of the internet is unreal.
I guess that should go here:
http://yahoomediaplayer.wikia.com/wiki/Site-specific_Tips
But the document needs to get reformatted and posted in some more
sensible way, because the HTML is being interpreted as WikiText and it's
pretty messed up. Anybody here have the wiki (or wikia) chops to know
how to attach a file of HTML?
I think you can try the <nowiki> tag around the html contents
On Jan 17, 2008 10:52 AM, Lucas Gonze <lgonze@...> wrote:
> Check this out:
> http://yahoomediaplayer.wikia.com/wiki/User:Cidcalefe
>
> That guy posted a usable template for integrated the software into
> Blogger, and he didn't know where to put it so he just stuck it there.
> Wow. The sheer creative power of the internet is unreal.
>
> I guess that should go here:
> http://yahoomediaplayer.wikia.com/wiki/Site-specific_Tips
>
> But the document needs to get reformatted and posted in some more
> sensible way, because the HTML is being interpreted as WikiText and it's
> pretty messed up. Anybody here have the wiki (or wikia) chops to know
> how to attach a file of HTML?
>
>
>
> Yahoo! Groups Links
>
>
>
>
--
Fabricio C Zuardi
http://cchits.org
First and foremost, thanks so much for putting this together!! After playing with it quite a bit, I thought it sure would be cool to have a Greasemonkey script to automatically add the player to pages serving up Mp3s (then I subsequently saw in the Wiki that you guys had thought of it too! :D)
I particularly like that you went the extra mile for the stand-alone installer.
Are you going to put this at the Greasemonkey scripts sites and the Firefox plugin sites? Please do, we'll link to it there if you do instead of to our own solution.
Thanks again,
ian
From: yhoomediaplayer@yahoogroups.com [mailto:yhoomediaplayer@yahoogroups.com] On Behalf Of scotth2469 Sent: Thursday, January 17, 2008 1:09 PM To: yhoomediaplayer@yahoogroups.com Subject: [yhoomediaplayer] Greasemonkey script.
Hey gang!
First and foremost, thanks so much for putting this together!! After playing with it quite a bit, I thought it sure would be cool to have a Greasemonkey script to automatically add the player to pages serving up Mp3s (then I subsequently saw in the Wiki that you guys had thought of it too! :D)
You're welcome! Will do. I'll post the links once I have them up there.
--- In yhoomediaplayer@yahoogroups.com, "Ian C. Rogers" <iancr@...> wrote:
>
> Hey Scott,
>
> This is great! Thanks!
>
> I particularly like that you went the extra mile for the stand-alone
> installer.
>
> Are you going to put this at the Greasemonkey scripts sites and the
> Firefox plugin sites? Please do, we'll link to it there if you do
> instead of to our own solution.
>
> Thanks again,
> ian
>
> ________________________________
>
> From: yhoomediaplayer@yahoogroups.com
> [mailto:yhoomediaplayer@yahoogroups.com] On Behalf Of scotth2469
> Sent: Thursday, January 17, 2008 1:09 PM
> To: yhoomediaplayer@yahoogroups.com
> Subject: [yhoomediaplayer] Greasemonkey script.
>
>
>
> Hey gang!
>
> First and foremost, thanks so much for putting this together!! After
> playing with it quite a bit, I thought it sure would be cool to have a
> Greasemonkey script to automatically add the player to pages serving
> up Mp3s (then I subsequently saw in the Wiki that you guys had thought
> of it too! :D)
>
> Anyway, here it is: Greasemonkey Yahoo! Player embedder
> <http://hotrodscott.wordpress.com/2008/01/17/greasemonkey-yahoo-player/>
>
>
> I also compiled it into a full Firefox extension to make it easier to
> use for folks without Greasemonkey.
>
> It's very basic and now just checks to see if the player is already
> embedded, and if not, embeds it. I welcome any comments or suggestions.
>
>
> Enjoy!!
>
It's been uploaded to userscripts .org and it's currently in the sandbox for evaluation at the Firefox add-ons site.
--- In yhoomediaplayer@yahoogroups.com, "Ian C. Rogers" <iancr@...> wrote: > > Thanks! > > ian > > ----- Original Message ----- > From: yhoomediaplayer@yahoogroups.com yhoomediaplayer@yahoogroups.com > To: yhoomediaplayer@yahoogroups.com yhoomediaplayer@yahoogroups.com > Sent: Thu Jan 17 19:02:50 2008 > Subject: [yhoomediaplayer] Re: Greasemonkey script. > > You're welcome! Will do. I'll post the links once I have them up there. > > --- In yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> , "Ian C. Rogers" iancr@ wrote: > > > > Hey Scott, > > > > This is great! Thanks! > > > > I particularly like that you went the extra mile for the stand-alone > > installer. > > > > Are you going to put this at the Greasemonkey scripts sites and the > > Firefox plugin sites? Please do, we'll link to it there if you do > > instead of to our own solution. > > > > Thanks again, > > ian > > > > ________________________________ > > > > From: yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> > > [mailto:yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> ] On Behalf Of scotth2469 > > Sent: Thursday, January 17, 2008 1:09 PM > > To: yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> > > Subject: [yhoomediaplayer] Greasemonkey script. > > > > > > > > Hey gang! > > > > First and foremost, thanks so much for putting this together!! After > > playing with it quite a bit, I thought it sure would be cool to have a > > Greasemonkey script to automatically add the player to pages serving > > up Mp3s (then I subsequently saw in the Wiki that you guys had thought > > of it too! :D) > > > > Anyway, here it is: Greasemonkey Yahoo! Player embedder > > <http://hotrodscott.wordpress.com/2008/01/17/greasemonkey-yahoo-player/ <http://hotrodscott.wordpress.com/2008/01/17/greasemonkey-yahoo-player/> > > > > > > > I also compiled it into a full Firefox extension to make it easier to > > use for folks without Greasemonkey. > > > > It's very basic and now just checks to see if the player is already > > embedded, and if not, embeds it. I welcome any comments or suggestions. > > > > > > Enjoy!! > > >
I have the following HTML-File,
but if i open the file in Browser, no Controlpanel (yhoomediaplayer)
is to see, only the Link song1
PS: A webserver keep running on my localhost.
Here the sourcecode:
<html>
<head>
<title></title>
<meta content="">
<style></style>
</head>
<body>
<a href="http://localhost/Lied55.mp3">song1</a>
<script type="text/javascript"
src="http://mediaplayer.yahoo.com/latest" type="audio/mpeg"></script>
</body>
</html>
The web player stops when you click through to any link that changes
the current document. There is no simple fix for this and the topic
has been a permament thread among the player developers.
The single best way to handle this is for pages which don't like it to
use more in-page navigation. The music will not stop if a link goes
to another part of the current document, or if it opens in a new
window, or if it uses AJAX to refresh only part of the page.
Aurgasm.us has done an excellent hack along these lines -- if you
click on the "comments" link in any page, the comments will be fetched
and inserted into the page using AJAX.
Check it out: http://aurgasm.us
I'm experiencing an odd bug currently. I'll click play and the player
will start to download the file (I see the kb/sec bandwidth increase).
It says "buffering" in the player. After a bit, the player will skip
to the next track.
In playlist view there is an orange ! icon.
1 of 10 times, the song will start playing. But it gets hung and stops.
This is currently only happening in Firefox. IE works fine. Also my
brother's Firefox has no problem at all. Also works in Safari 3 for PC.
None of my extensions have updated recently, nor any GM scripts added.
Restarting the browser seemed to have no effect.
I also switched the code back to the stable release (/js). That made
no difference.
Went to safe mode. It works.
Disable some extensions and go to normal. It works.
Re-enable the extensions. It works.
Who knows. Dunno if anyone can replicate that.. Doubt it.
---
In the meantime I found another "bug". If you click a play button very
quickly after it's placed, the first item in the playlist will begin
playing. The play button that you clicked will not visually change.
Click it again and the song will switch and the icon change.
Is this in your current public site, Paul? Can I see the page where this is happening?
----- Original Message -----
From: yhoomediaplayer@yahoogroups.com <yhoomediaplayer@yahoogroups.com>
To: yhoomediaplayer@yahoogroups.com <yhoomediaplayer@yahoogroups.com>
Sent: Mon Jan 21 21:39:05 2008
Subject: [yhoomediaplayer] Timeout bug
I'm experiencing an odd bug currently. I'll click play and the player
will start to download the file (I see the kb/sec bandwidth increase).
It says "buffering" in the player. After a bit, the player will skip
to the next track.
In playlist view there is an orange ! icon.
1 of 10 times, the song will start playing. But it gets hung and stops.
This is currently only happening in Firefox. IE works fine. Also my
brother's Firefox has no problem at all. Also works in Safari 3 for PC.
None of my extensions have updated recently, nor any GM scripts added.
Restarting the browser seemed to have no effect.
It _was_ happening right on the front of http://aurgasm.us
--- In yhoomediaplayer@yahoogroups.com, "Lucas Gonze" <lgonze@...> wrote:
>
> Is this in your current public site, Paul? Can I see the page where
this is happening?
>
> ----- Original Message -----
> From: yhoomediaplayer@yahoogroups.com <yhoomediaplayer@yahoogroups.com>
> To: yhoomediaplayer@yahoogroups.com <yhoomediaplayer@yahoogroups.com>
> Sent: Mon Jan 21 21:39:05 2008
> Subject: [yhoomediaplayer] Timeout bug
>
> I'm experiencing an odd bug currently. I'll click play and the player
> will start to download the file (I see the kb/sec bandwidth increase).
> It says "buffering" in the player. After a bit, the player will skip
> to the next track.
> In playlist view there is an orange ! icon.
>
> 1 of 10 times, the song will start playing. But it gets hung and stops.
>
> This is currently only happening in Firefox. IE works fine. Also my
> brother's Firefox has no problem at all. Also works in Safari 3 for PC.
>
> None of my extensions have updated recently, nor any GM scripts added.
> Restarting the browser seemed to have no effect.
>
--- In yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> , "Lucas Gonze" <lgonze@...> wrote:
>
> Is this in your current public site, Paul? Can I see the page where
this is happening?
>
> ----- Original Message -----
> From: yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> <yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> >
> To: yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> <yhoomediaplayer@yahoogroups.com <mailto:yhoomediaplayer%40yahoogroups.com> >
> Sent: Mon Jan 21 21:39:05 2008
> Subject: [yhoomediaplayer] Timeout bug
>
> I'm experiencing an odd bug currently. I'll click play and the player
> will start to download the file (I see the kb/sec bandwidth increase).
> It says "buffering" in the player. After a bit, the player will skip
> to the next track.
> In playlist view there is an orange ! icon.
>
> 1 of 10 times, the song will start playing. But it gets hung and stops.
>
> This is currently only happening in Firefox. IE works fine. Also my
> brother's Firefox has no problem at all. Also works in Safari 3 for PC.
>
> None of my extensions have updated recently, nor any GM scripts added.
> Restarting the browser seemed to have no effect.
>