I'm guessing this is pretty much impossible, but thought I'd ask.

I know you can block whole flash elements with things like AdBlock, but was wondering if there was a way you could block elements, such as images, WITHIN a flash file.

Thanks!

link|improve this question

80% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Block, no. Some elements are packaged within the flash object while some are loaded from external sources.

You can use javascript to control some elements of a flash object, but you'd have to know a lot about the flash object to do this such as specific names or ids of the components.

Check this page out for some examples - http://www.permadi.com/tutorial/flashjscommand/

link|improve this answer
I thought as much...... thanks for the confirmation! :) – Brett Feb 10 at 16:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.