I'm looking for a way to detect the switch to a full flash video using an injected content script running in a Chrome Extension. Would anyone happen to know how this could be possible ? Once that's done, I would also love to be able to somehow display CSS or any other kind of stylized data on top of that now full screen Flash window. Basically, a "Hello World!" version of this extension would just display a message on top of a video (from Youtube or any other website using the flash player) after it switched to full screen. If you know more about being able to do it, please share your experience, as I just have no real idea of what's going on with Flash's interaction with the browser. Tell me if you need any more details. Thanks for your time !
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
The only way I can think of would be to use webkit fullscreen
And set the flash width/height properties to 100% and probably scale to noScale That sounds a bit hackish tho, not too sure what you're trying to achieve. |
|||
|
|