When Flash Player 9 goes into full screen mode, it pops up a little security message that tells the user how to exit full screen mode. It appears as white text on a semi-transparent black background so it is generally always visible (which is good). Still, I wondered if it could be obscured.
The message is always on top, so it is impossible to draw over it. But what if we tried distracting the user from the actual security message?
Here’s a silly test:
Of course, you can press Esc (or alt+tab to another window) to escape.
UPDATE: I have made the source code available, warts and all, under a ZLib licence. Share and enjoy :)
[…] La versión 9 del Flash Player permitió incoporara la opción “fullScreen” de Flash directo en el navegador, de este modo uno puede ver a pantalla completa cualquier sitio web. Cuando uno activa esta opción el plugin muestra un mensaje que te indica que oprimas la tecla “esc”, el detalle es que apenas está visible, asà que se pueden hacer cosas divertidas aprovechándose de esta caracterÃstica. Si quieres tener un poco de diversión y bajar el código oprime aquÃ. […]
[…] Scaring people with Flash Fullscreen mode « Squirrelfish (!) […]
my friend, Fred McLain once created an activex plugin called “exploder” that did a clean shutdown of your computer (still does, if you’re running W95 and IE3)… micro$oft was none too pleased about it, i can tell you.
i find that your flash thingie is a lot more amusing if you’re not running windoesn’t… 8)
[…] No hagas click en "click here"www.bunnyhero.org/2008/05/10/scaring-people-with-fullscreen/ por pentateuco hace pocos segundos […]
[…] Scaring people with fullScreen […]
It would work better if, instead of having random letters, you displayed the same text but with other keys, eg. Shift, Delete, etc.
[…] of for a while. Though it does present some interesting problems/ideas if used cleverly, as in this wonderful example. It could of course be something far worse like tricking a user into thinking they are in a full […]
[…] bunnyhero dev » Scaring people with fullScreen (tags: flash fullscreen webdesign development) […]
Well didn’t bother me to much as I read the comments and knew what was about to happen. Not to mention I run linux too.
But one thing I am surprised hasn’t come up already. Multiple monitor setups, now correct me if I am wrong, been a while since using windoze and longer since a bsod, but wouldn’t that take down both monitors and not just one. Dead giveaway…
Unfortunatly, the existance of a cursor on the BSOD gave it away that this was not a true BSOD. To fake a real BSOD, you need to erase the mouse cursor….
Ed
awesome, i can see the flash one more time!!
[…] Fonte: bunnyhero dev […]
Wow~ too handsome! All my friends and me cried!
I couldn’t be bothered to read every comment in case this has been said before, but it doesn’t fool you if you have dual screen, as it only works on the primary monitor thus giving itself away.
Not as effective with dual monitor. Might want to update the code to deal with dual monitor situations :-D
LOL Im on linux and still nearly pissed myself.
This is great. I want to prank some friends with this but have no clue how. Can someone set this up on an innocent looking website? Post the link here and then I’ll send everyone I know to it.
that truly is the best i’ve seen in a long time.
[…] http://www.bunnyhero.org/2008/05/10/scaring-people-with-fullscreen/ hecgo | Curiosidades | Trackback | RSS Feed […]
How embbed this to blog?
[…] just stumbled upon something funny/crazy about flash movies running in fullscreen. […]
do you have like a link i can post somewhere that will lead them to this?
[…] geek test v.3.1Animation about procrastinationStrange McDonald’s imageryBacon flossGo here and click on “click here” after you read the instructions Charlie Todd launches Urban […]
[…] The blue screen is back, brought you by Adobe! Ok not exactly by Adobe. It’s done by this guy. […]
[…] Faites peur à vos visiteurs avec le plein écran de Flash ! […]
[…] Prepare…. […]
[…] of full-screen mode, here’s a funny little prank that leads the user into a Flash-based simulation of the dreaded blue screen of death (BSoD). Very […]
Do you have it as a .swf?
[…] This is an absolutely hilarious prank. […]
[…] mai dernier un développeur flash nous a fait part d’une utilisation assez marrante de la fonction plein écran dans Flash 9Â :Vous […]
Awesome trick, you’re cruel!
Even funnier if you’re using Linux. I’m going to do this to a friend’s Linux box.
Woah that almost over loaded my computer almost making it crash. I nearly needed to change my pants there for a moment… The error message scared the crap outa me but you better be careful with that some times..
hehehe…outstanding. The BSoD is the icing on the cake. Sadly, it won’t have the same effect on Mac users, but still…pwnage! Nice work. :)
[…] bunnyhero findet man ein geniales Beispiel, welches den Vollbildmodus des Flashplayers ausnutzt, um den User […]
Brilliant :D I loved this. I’m rediculously new to flash, and wanted to know how to embed this in, say, a blog post :D
haha, very funny. I’ve already scared one of my colleage.
Not sure if these blog comments will strip down the html, anyway here is the code to embed in any blog, just like you embed a youtube video:
Html was stripped.
ok, try this, just replaces square brackets with angle brackets:
[object width=”200″ height=”50″]
[param name=”movie” value=”http://www.bunnyhero.org/static/faketest/fullscreen%20test%201.swf”]
[embed src=”http://www.bunnyhero.org/static/faketest/fullscreen%20test%201.swf” width=”200″ height=”50″>
[/embed][/object]
[…] http://www.bunnyhero.org/2008/05/10/scaring-people-with-fullscreen/ […]
Could you put black text in exactly the right place to ‘cancel out’ the Press ESC message so it just appears as a black oval?
The “Press ESC” message floats on top of everything so you can’t cover it up. Also, the white text inside it is not transparent, so you can’t put black behind it to obscure it, either.