Strangely I cannot see any flash ads.
But the easiest way around this problem would be to install a filter list like Easylist:
http://adblockplus.org/en/subscriptions
If you want an explanation why the
flash tab is not always visible read Wladimir's post here:
http://adblockplus.org/forum/viewtopic. ... 0742#10742
The easiest way to look for a Frame is to use the search bar in the Open Blockable Items Menu(Ctrl+Shift+B). Just write Frame in that search bar.
Ron360 wrote:to block the ad not only once but from reappearing every time I open my yahoo home page.
This is another issue that does not have anything to do with flash.
You need to learn how to use wildcards.
Wildcard =
*
So when an ad has an address like this:
http://ad.important-site.com/images/adv ... 345234.jpg
You should never block the wholes address. You might figure out that '432643652346253642345234' is a random number and that they have billion other ads to replace it if you block just that one.
The trick is to use wildcard. So something like this code:
or this code
or maybe even a code like this:
is the way to go. Any of the three above will block the
http://ad.important-site.com/images/adv ... 345234.jpg example I made.