In short
Looking for a way to display position=fixed div
on top of flash where the flash is inside an iframe.
The Question
I am currently developing a google chrome extension that displays a visual aid on top of the window.
Basically, this is a <div>
tag with position:fixed
.
The problem is some websites display flash content, and when my extension goes on top of those flash elements they overlay it. I would like to find a way to display my content on top of those flash elements.
The Problem
The flash is inside an iframe element, and has wmode set to window which means it overlays everything. However, I can not change the content of the flash element since it resides in a different domain (an attempt results in a same-origin error)
What I would like to avoid
I would like to avoid running the extension in every website and checking if its referrer is the site I'm running in