Page 1 of 1

Flash Blocking Question

Posted: Tue Oct 18, 2005 9:31 pm
by Jon
Hi,

I'm currently working on some additions to adblock version 0.5023901, and it seems that with the new firefox browser versions flashblocking seems to have stopped working.

The images appear for a split second and then dissapear immediately when there is nothing being blocked.

I was hoping that someone could help direct me to the segments of code where this problem was corrected since version 0.5023901.

Thanks in advance,

Jon

Posted: Tue Oct 18, 2005 10:25 pm
by mcm
This actually hasn't been fully resolved yet, I've just removed:

Code: Select all

 // hide node, so the frame-swap doesn't show
node.style.setProperty('visibility', 'hidden', 'important');
From the makeObjectFrame function in component.js file.