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/>
_______________________________________________
Camino mailing list
[email protected]
http://mozdev.org/mailman/listinfo/camino

Reply via email to