Re: [Camino] Jamendo player don't work on Camino with Flash blocker activate
"Philippe Wittenbergh" <[email protected]> Tue, 13 Nov 2007 14:45:34 +0900
| Newsgroups | gmane.comp.mozilla.chimera |
|---|---|
| Message-ID | <77c8f9d00711122145k66fa4c68q6bff309c6dd4d572__30759.6365026713$1194933769$gmane$org@mail.gmail.com> |
On Nov 12, 2007 5:18 AM, boby <[email protected]> wrote: > Hello, > > the player of Jamendo ( http://www.jamendo.com/ ) don't use flash.... > But i'have activate the flash blocker and since the player doesn't > work... > Any Idea ? the javascript of the FlashBlocker is incompatible with > jamendo player ? > I think it embeds the sound files in a small piece of Flash for streaming purposes (or rather using a flash movie to call a flash movie that contains the sound files). With Flashblock turned on, I see a truckload of Javascript errors indicating that the flash movie was not found (trying to access an object that does not exist). You'll have to white-list that site if you want both to listen to sound and have Flashblock enabled at the same time. You have to do that manually, though, by using userContent.css This code should work correctly: @-moz-document domain(jamendo.com) { object[classid*=":D27CDB6E-AE6D-11cf-96B8-444553540000"], object[codebase*="swflash.cab"], object[data*=".swf"], embed[type="application/x-shockwave-flash"], embed[src*=".swf"], object[type="application/x-shockwave-flash"], object[src*=".swf"] { -moz-binding: none !important; } } -- Philippe Wittenbergh <http://emps.l-c-n.com/>